aboutsummaryrefslogtreecommitdiffstats
path: root/admin/themes/default/template/admin.tpl
diff options
context:
space:
mode:
authorplegall <plg@piwigo.org>2013-11-29 10:24:14 +0000
committerplegall <plg@piwigo.org>2013-11-29 10:24:14 +0000
commita35a3f25dfb079bbad70962e5bb7068da6a06621 (patch)
tree7d232a9b4416c44570345673089d2aa1d3e14d43 /admin/themes/default/template/admin.tpl
parentb03d27e6070a2d47ec4d0b937fb09751642cd860 (diff)
change caddie icon (the name has already changed to "Selection" in en_GB, we will discuss about it on the forum)
git-svn-id: http://piwigo.org/svn/trunk@25749 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'admin/themes/default/template/admin.tpl')
-rw-r--r--admin/themes/default/template/admin.tpl2
1 files changed, 1 insertions, 1 deletions
diff --git a/admin/themes/default/template/admin.tpl b/admin/themes/default/template/admin.tpl
index bb46a3a70..7fc9dc179 100644
--- a/admin/themes/default/template/admin.tpl
+++ b/admin/themes/default/template/admin.tpl
@@ -22,7 +22,7 @@ jQuery(document).ready(function(){ldelim}
<li><a class="icon-clock" href="{$U_RECENT_SET}">{'Recent photos'|@translate}</a></li>
<li><a class="icon-pencil" href="{$U_BATCH}">{'Batch Manager'|@translate}</a></li>
{if $NB_PHOTOS_IN_CADDIE > 0}
- <li><a class="icon-basket" href="{$U_CADDIE}">{'Caddie'|@translate}<span class="adminMenubarCounter">{$NB_PHOTOS_IN_CADDIE}</span></a></li>
+ <li><a class="icon-flag" href="{$U_CADDIE}">{'Caddie'|@translate}<span class="adminMenubarCounter">{$NB_PHOTOS_IN_CADDIE}</span></a></li>
{/if}
</ul>
</dd>