Ignore:
Timestamp:
Oct 19, 2008, 5:47:34 PM (16 years ago)
Author:
vdigital
Message:

Merging revisions 2773-2776

  • Default template and Piwigo domain ...
  • No metadata synchronization icon on a remote picture (Synchro failure)
  • Jump to category icon is removed on user forbidden categories (previously check_restrictions was leading administrators to the access denied page).
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/admin/template/goto/cat_list.tpl

    r2573 r2777  
    4949      <!-- category {$category.ID} -->
    5050      <ul class="categoryActions">
     51        {if cat_admin_access($category.ID)}
    5152        <li><a href="{$category.U_JUMPTO}" title="{'jump to category'|@translate}"><img src="{$themeconf.admin_icon_dir}/category_jump-to.png" class="button" alt="{'jump to category'|@translate}" /></a></li>
     53        {/if}
    5254        <li><a href="{$category.U_EDIT}" title="{'edit category informations'|@translate}"><img src="{$themeconf.admin_icon_dir}/category_edit.png" class="button" alt="{'edit'|@translate}"/></a></li>
    5355        {if isset($category.U_MANAGE_ELEMENTS) }
Note: See TracChangeset for help on using the changeset viewer.