// fix update button Stats and referrers

This commit is contained in:
lLefevre
2011-11-14 09:23:05 +00:00
parent 2949839889
commit 9df240f488
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}