bug 2176 fixed: remove the direct link to Caddie from the administration

menubar, the "Batch Manager" link does exactly the same by default.


git-svn-id: http://piwigo.org/svn/trunk@9057 68402e56-0260-453c-a942-63ccdbb3a9ee
This commit is contained in:
plegall 2011-02-02 12:21:13 +00:00
commit ed0fd2183a
2 changed files with 0 additions and 2 deletions

View file

@ -20,7 +20,6 @@ jQuery(document).ready(function(){ldelim}
<li><a href="{$U_ADD_PHOTOS}">{'Add'|@translate}</a></li>
<li><a href="{$U_RATING}">{'Rating'|@translate}</a></li>
<li><a href="{$U_TAGS}">{'Tags'|@translate}</a></li>
<li><a href="{$U_CADDIE}">{'Caddie'|@translate}</a></li>
<li><a href="{$U_RECENT_SET}">{'Recent photos'|@translate}</a></li>
<li><a href="{$U_BATCH}">{'Batch Manager'|@translate}</a></li>
</ul>