diff options
author | plegall <plg@piwigo.org> | 2013-11-19 20:19:36 +0000 |
---|---|---|
committer | plegall <plg@piwigo.org> | 2013-11-19 20:19:36 +0000 |
commit | e32da625e7e0b28b06281bede491223a2de6678c (patch) | |
tree | 8689935b9bb48116f6a656c6532251982f05acb2 /admin/themes/default/template/cat_modify.tpl | |
parent | 995b1b33762663423dfa4dd2ccf495e56503f9e2 (diff) |
feature 3001: new link "add photos" on album edition page. Patch by msakik
git-svn-id: http://piwigo.org/svn/trunk@25593 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to '')
-rw-r--r-- | admin/themes/default/template/cat_modify.tpl | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/admin/themes/default/template/cat_modify.tpl b/admin/themes/default/template/cat_modify.tpl index 5174960e2..ff411dca7 100644 --- a/admin/themes/default/template/cat_modify.tpl +++ b/admin/themes/default/template/cat_modify.tpl @@ -38,6 +38,8 @@ <li><a href="{$U_MANAGE_ELEMENTS}">{'manage album photos'|@translate}</a></li> {/if} + <li style="text-transform:lowercase;"><a href="{$U_ADD_PHOTOS_ALBUM}">{'Add Photos'|translate}</a></li> + <li><a href="{$U_CHILDREN}">{'manage sub-albums'|@translate}</a></li> {if isset($U_SYNC) } |