Changeset 7024 for trunk/admin
- Timestamp:
- Sep 28, 2010, 1:32:09 AM (14 years ago)
- Location:
- trunk/admin
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/admin/cat_modify.php
r6988 r7024 486 486 $_POST['group'], 487 487 get_str_email_format(true), /* TODO add a checkbox in order to choose format*/ 488 get_l10n_args('[%s] Come to visit the category%s',488 get_l10n_args('[%s] Visit album %s', 489 489 array($conf['gallery_title'], $category['name'])), 490 490 'cat_group_info', -
trunk/admin/site_update.php
r6951 r7024 61 61 'PWG-UPDATE-2' => array( 62 62 l10n('missing thumbnail'), 63 l10n('a picture filetype requires a thumbnail. The thumbnail must be present in the sub-directory "thumbnail" of the categorydirectory. The thumbnail filename must start with the configured thumbnail prefix and the extension must be among the following list :').implode(',', $conf['picture_ext'])63 l10n('a picture filetype requires a thumbnail. The thumbnail must be present in the sub-directory "thumbnail" of the album directory. The thumbnail filename must start with the configured thumbnail prefix and the extension must be among the following list :').implode(',', $conf['picture_ext']) 64 64 ), 65 65 'PWG-ERROR-NO-FS' => array( -
trunk/admin/themes/default/template/cat_list.tpl
r6993 r7024 75 75 <li><a href="{$category.U_MANAGE_ELEMENTS}" title="{'manage album elements'|@translate}"><img src="{$themeconf.admin_icon_dir}/category_elements.png" class="button" alt="{'elements'|@translate}"></a></li> 76 76 {/if} 77 <li><a href="{$category.U_CHILDREN}" title="{'manage sub-albums'|@translate}"><img src="{$themeconf.admin_icon_dir}/category_children.png" class="button" alt="{'sub- categories'|@translate}"></a></li>77 <li><a href="{$category.U_CHILDREN}" title="{'manage sub-albums'|@translate}"><img src="{$themeconf.admin_icon_dir}/category_children.png" class="button" alt="{'sub-albums'|@translate}"></a></li> 78 78 {if isset($category.U_MANAGE_PERMISSIONS) } 79 79 <li><a href="{$category.U_MANAGE_PERMISSIONS}" title="{'edit album permissions'|@translate}" ><img src="{$themeconf.admin_icon_dir}/category_permissions.png" class="button" alt="{'Permissions'|@translate}"></a></li> … … 88 88 <strong><a href="{$category.U_CHILDREN}" title="{'manage sub-albums'|@translate}">{$category.NAME}</a></strong> 89 89 {if $category.IS_VIRTUAL} 90 <img src="{$themeconf.admin_icon_dir}/virt_category.png" class="button" alt="{'Virtual category'|@translate}">90 <img src="{$themeconf.admin_icon_dir}/virt_category.png" class="button" alt="{'Virtual album'|@translate}"> 91 91 {/if} 92 92 </p> -
trunk/admin/themes/default/template/cat_modify.tpl
r6993 r7024 17 17 <li><a href="{$U_MANAGE_RANKS}" title="{'manage image ranks'|@translate}"><img src="{$ROOT_URL}{$themeconf.admin_icon_dir}/ranks.png" class="button" alt="{'ranks'|@translate}"></a></li> 18 18 {/if} 19 <li><a href="{$U_CHILDREN}" title="{'manage sub-albums'|@translate}"><img src="{$ROOT_URL}{$themeconf.admin_icon_dir}/category_children.png" class="button" alt="{'sub- categories'|@translate}"></a></li>19 <li><a href="{$U_CHILDREN}" title="{'manage sub-albums'|@translate}"><img src="{$ROOT_URL}{$themeconf.admin_icon_dir}/category_children.png" class="button" alt="{'sub-albums'|@translate}"></a></li> 20 20 {if isset($U_MANAGE_PERMISSIONS) } 21 21 <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>
Note: See TracChangeset
for help on using the changeset viewer.