Ignore:
Timestamp:
Jul 25, 2012, 1:43:35 PM (12 years ago)
Author:
plg
Message:

feature 2693 added: automatically show link to caddie if caddie not empty

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2.4/admin/themes/default/template/admin.tpl

    r15230 r17008  
    4242        <li><a href="{$U_RECENT_SET}">{'Recent photos'|@translate}</a></li>
    4343        <li><a href="{$U_BATCH}">{'Batch Manager'|@translate}</a></li>
     44{if $NB_PHOTOS_IN_CADDIE > 0}
     45        <li><a href="{$U_CADDIE}">{'Caddie'|@translate}<span class="adminMenubarCounter">{$NB_PHOTOS_IN_CADDIE}</span></a></li>
     46{/if}
    4447      </ul>
    4548    </dd>
Note: See TracChangeset for help on using the changeset viewer.