Ignore:
Timestamp:
May 25, 2011, 11:01:55 AM (13 years ago)
Author:
plg
Message:

bug 1786 fixed: ability to prefilter the synchronize screen with a specific
album by clicking on the new "Synchronize" icon on album admin page or album
admin list.

This is not the solution proposed by Gotcha (ie a treeview to select the album
on the synchronize screen) but it solves the same problem.

File:
1 edited

Legend:

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

    r9051 r11040  
    2020  {if isset($U_MANAGE_PERMISSIONS) }
    2121  <li><a href="{$U_MANAGE_PERMISSIONS}" title="{'edit album permissions'|@translate}"><img src="{$ROOT_URL}{$themeconf.admin_icon_dir}/category_permissions.png" class="button" alt="{'Permissions'|@translate}"></a></li>
     22  {/if}
     23  {if isset($U_SYNC) }
     24  <li><a href="{$U_SYNC}" title="{'Synchronize'|@translate}"><img src="{$ROOT_URL}{$themeconf.admin_icon_dir}/synchronize.png" class="button" alt="{'Synchronize'|@translate}"></a></li>
    2225  {/if}
    2326  {if isset($U_DELETE) }
Note: See TracChangeset for help on using the changeset viewer.