From 88fcbfaf7c2102a11aca9f94317afbdf2e188cd7 Mon Sep 17 00:00:00 2001 From: Eugeny Galkovskiy Date: Fri, 12 May 2017 16:15:01 +0300 Subject: [PATCH] Модалка "вход", плашка "топ" для товаров --- common/messages/ru/app.php | 7 ++++++- frontend/views/account/wishlist.php | 12 ++++++++++++ frontend/views/category/_product_item.php | 8 ++++++++ frontend/views/layouts/main.php | 12 ++++++------ frontend/views/product/view.php | 9 +++++++++ frontend/views/site/_slider_product.php | 8 ++++++++ frontend/web/css/style.css | 23 ++++++++++++++++++++++- 7 files changed, 71 insertions(+), 8 deletions(-) diff --git a/common/messages/ru/app.php b/common/messages/ru/app.php index e3b6834..42bfc28 100755 --- a/common/messages/ru/app.php +++ b/common/messages/ru/app.php @@ -1,2 +1,7 @@ 'Вход для пользователей', + 'Login' => 'Войти', + 'Not registered yet?' => 'Не зарегистрированы?', + 'Register now!' => 'Зарегистрироваться', + ]; \ No newline at end of file diff --git a/frontend/views/account/wishlist.php b/frontend/views/account/wishlist.php index 2a2ea0d..1c016ed 100644 --- a/frontend/views/account/wishlist.php +++ b/frontend/views/account/wishlist.php @@ -73,6 +73,12 @@ _________________________________________________________ -->
+ +
+
+
+
+ @@ -153,6 +159,12 @@ _________________________________________________________ -->
+ +
+
TOP
+
+
+ diff --git a/frontend/views/category/_product_item.php b/frontend/views/category/_product_item.php index 550674a..acb4ada 100755 --- a/frontend/views/category/_product_item.php +++ b/frontend/views/category/_product_item.php @@ -99,6 +99,14 @@ is('top')) { + ?> +
+
+
+
+ diff --git a/frontend/views/layouts/main.php b/frontend/views/layouts/main.php index f39e541..9ceb535 100755 --- a/frontend/views/layouts/main.php +++ b/frontend/views/layouts/main.php @@ -360,7 +360,7 @@ _________________________________________________________ -->