From 7ce257c9e02a8335641f1a7d0ea059c22f6c6178 Mon Sep 17 00:00:00 2001 From: plegall Date: Thu, 30 Dec 2010 15:02:26 +0000 Subject: icons to remove filters git-svn-id: http://piwigo.org/svn/trunk@8396 68402e56-0260-453c-a942-63ccdbb3a9ee --- admin/themes/default/template/batch_manager_global.tpl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'admin/themes/default/template/batch_manager_global.tpl') diff --git a/admin/themes/default/template/batch_manager_global.tpl b/admin/themes/default/template/batch_manager_global.tpl index 7f33c0297..7c16efe98 100644 --- a/admin/themes/default/template/batch_manager_global.tpl +++ b/admin/themes/default/template/batch_manager_global.tpl @@ -326,8 +326,8 @@ $(document).ready(function() { .actionButtons {text-align:left;} #filterList {padding-left:5px;} #filterList li {margin-bottom:5px; list-style-type:none;} -a.removeFilter {background: url(plugins/bulk_manager/remove_filter.png) no-repeat top left;width:7px;height:7px;display:inline-block} -a.removeFilter:hover {background: url(plugins/bulk_manager/remove_filter_hover.png); border:none;} +a.removeFilter {background: url(admin/themes/default/icon/remove_filter.png) no-repeat top left;width:7px;height:7px;display:inline-block} +a.removeFilter:hover {background: url(admin/themes/default/icon/remove_filter_hover.png); border:none;} .removeFilter span {display:none} #applyFilterBlock {margin-top:20px;} .useFilterCheckbox {display:none} -- cgit v1.2.3