diff options
author | plegall <plg@piwigo.org> | 2010-12-30 15:02:26 +0000 |
---|---|---|
committer | plegall <plg@piwigo.org> | 2010-12-30 15:02:26 +0000 |
commit | 7ce257c9e02a8335641f1a7d0ea059c22f6c6178 (patch) | |
tree | 56d5002167a257c1a56302a2379e579e082e6bf9 /admin/themes/default/template | |
parent | 41696e7554139fd8946c1c537703d45679b29136 (diff) |
icons to remove filters
git-svn-id: http://piwigo.org/svn/trunk@8396 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'admin/themes/default/template')
-rw-r--r-- | admin/themes/default/template/batch_manager_global.tpl | 4 |
1 files changed, 2 insertions, 2 deletions
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} |