Skip to content

Commit

Permalink
bug 2176 fixed: remove the direct link to Caddie from the administration
Browse files Browse the repository at this point in the history
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
  • Loading branch information
plegall committed Feb 2, 2011
1 parent 99f25fd commit ed0fd21
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion admin.php
Expand Up @@ -129,7 +129,6 @@
'U_CAT_OPTIONS'=> $link_start.'cat_options',
'U_CAT_UPDATE'=> $link_start.'site_update&site=1',
'U_RATING'=> $link_start.'rating',
'U_CADDIE'=> $link_start.'batch_manager&cat=caddie',
'U_RECENT_SET'=> $link_start.'batch_manager&cat=recent',
'U_BATCH'=> $link_start.'batch_manager',
'U_TAGS'=> $link_start.'tags',
Expand Down
1 change: 0 additions & 1 deletion admin/themes/default/template/admin.tpl
Expand Up @@ -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>
Expand Down

0 comments on commit ed0fd21

Please sign in to comment.