diff options
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} |