From ba2e8a5fe3dd12480884638aba394967aa5f6d3c Mon Sep 17 00:00:00 2001 From: Alex Date: Wed, 21 Dec 2016 11:47:52 +0200 Subject: [PATCH] status --- src/app/backend/views/discount/index.php | 1 + www-backend/css/main.css | 3 +++ 2 files changed, 4 insertions(+), 0 deletions(-) diff --git a/src/app/backend/views/discount/index.php b/src/app/backend/views/discount/index.php index ef5b40d..1cf264d 100644 --- a/src/app/backend/views/discount/index.php +++ b/src/app/backend/views/discount/index.php @@ -36,6 +36,7 @@ '
'. '
'. ''. + '
'. '
'. '
'. '
'; diff --git a/www-backend/css/main.css b/www-backend/css/main.css index 234856a..e185757 100644 --- a/www-backend/css/main.css +++ b/www-backend/css/main.css @@ -917,6 +917,9 @@ label.error { .one_page_edit:hover .one_page_delete_ico a{background: url(../images/del_hover.png) 0% 0% no-repeat; width: 16px; height: 16px} .one_page_edit .one_page_edit_ico a{background: url(../images/pencil.png) 0% 0% no-repeat; width: 16px; height: 16px} .one_page_edit:hover .one_page_edit_ico a{background: url(../images/pencil_hover.png) 0% 0% no-repeat; width: 16px; height: 16px} +.one_page_edit .one_page_status_ico a{background: url(../images/up-arrow.png) 0% 0% no-repeat; width: 16px; height: 16px} +.one_page_edit:hover .one_page_status_ico a{background: url(../images/up-arrow.png) 0% 0% no-repeat; width: 16px; height: 16px} + -- libgit2 0.21.4