// fix update button Stats and referrers

git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@10079 b9a71923-0436-4b27-9f14-aed3839534dd
This commit is contained in:
lLefevre
2011-11-14 09:23:05 +00:00
parent 07ced238d1
commit 08afdaa444
4 changed files with 2 additions and 11 deletions
@@ -82,12 +82,6 @@
}
});
</script>
<style type="text/css">
.toolbarBox .process-icon-save-calendar { background-image: url(themes/default/process-icon-save.png);}
.toolbarBox .process-icon-save-settings { background-image: url(themes/default/process-icon-save.png);}
.toolbarBox .process-icon-refresh-index { background-image: url(themes/default/process-icon-stats.png);}
.toolbarBox .process-icon-refresh-cache { background-image: url(themes/default/process-icon-stats.png);}
</style>
{if $enable_calendar}
{$calendar_form}
{$settings_form}
-4
View File
@@ -56,9 +56,5 @@
}
});
</script>
<style type="text/css">
.toolbarBox .process-icon-save-calendar { background-image: url(themes/default/process-icon-save.png);}
.toolbarBox .process-icon-save-settings { background-image: url(themes/default/process-icon-save.png);}
</style>
{/block}