Commit 84495a7689b7a2f497966d022335a5d3a1c9ece7
Merge branch 'discount' of gitlab.artweb.com.ua:Alex/semena
Showing
2 changed files
with
4 additions
and
0 deletions
Show diff stats
src/app/backend/views/discount/index.php
... | ... | @@ -36,6 +36,7 @@ |
36 | 36 | '<div class="one_page_edit header_gradient clearfix">'. |
37 | 37 | '<div class="one_page_edit_check float"></div>'. |
38 | 38 | '<div class="one_page_edit_name float"><a href="/discount_update/'.$p['id'].'" title="">'.$p['name'].'</a></div>'. |
39 | + '<div class="one_page_status_ico float_right"><a href="/discount_switch/'.$p['id'].'" title="Изменить статус" onclick="return confirm(\'Вы действительно хотите изменить статус?\')"></a></div>'. | |
39 | 40 | '<div class="one_page_delete_ico float_right"><a href="/discount_delete/'.$p['id'].'" title="Удалить" onclick="return confirm(\'Вы действительно хотите удалить информацию?\')"></a></div>'. |
40 | 41 | '<div class="one_page_edit_ico float_right"><a href="/discount_update/'.$p['id'].'" title="Редактировать"></a></div>'. |
41 | 42 | '</div>'; | ... | ... |
www-backend/css/main.css
... | ... | @@ -917,6 +917,9 @@ label.error { |
917 | 917 | .one_page_edit:hover .one_page_delete_ico a{background: url(../images/del_hover.png) 0% 0% no-repeat; width: 16px; height: 16px} |
918 | 918 | .one_page_edit .one_page_edit_ico a{background: url(../images/pencil.png) 0% 0% no-repeat; width: 16px; height: 16px} |
919 | 919 | .one_page_edit:hover .one_page_edit_ico a{background: url(../images/pencil_hover.png) 0% 0% no-repeat; width: 16px; height: 16px} |
920 | +.one_page_edit .one_page_status_ico a{background: url(../images/up-arrow.png) 0% 0% no-repeat; width: 16px; height: 16px} | |
921 | +.one_page_edit:hover .one_page_status_ico a{background: url(../images/up-arrow.png) 0% 0% no-repeat; width: 16px; height: 16px} | |
922 | + | |
920 | 923 | |
921 | 924 | |
922 | 925 | ... | ... |