diff options
author | plegall <plg@piwigo.org> | 2012-02-10 10:52:07 +0000 |
---|---|---|
committer | plegall <plg@piwigo.org> | 2012-02-10 10:52:07 +0000 |
commit | bea45c89b62c779dd56383e82b0fbb9bd76696df (patch) | |
tree | 9fd2a99b54f475273eda65ca2890acaf73ce3b82 /admin/themes/default/template/picture_coi.tpl | |
parent | 62bfdd3f97eee2ad6136f98a9c322c3660541b9e (diff) |
feature 2564: redesign on photo administration screen.
* one screen with several tabs (for now: properties + coi)
* double select boxes for album associations and representation have been
converted to simple multiple select boxes with jQuery Chosen
* more details about the photo in an introduction text
git-svn-id: http://piwigo.org/svn/trunk@13077 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to '')
-rw-r--r-- | admin/themes/default/template/picture_coi.tpl | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/admin/themes/default/template/picture_coi.tpl b/admin/themes/default/template/picture_coi.tpl index 8465a5765..76d8ecc11 100644 --- a/admin/themes/default/template/picture_coi.tpl +++ b/admin/themes/default/template/picture_coi.tpl @@ -3,10 +3,7 @@ {/html_head} {combine_script id='jquery.jcrop' load='footer' require='jquery' path='themes/default/js/plugins/jquery.Jcrop.min.js'} -<h2>{'Center of interest'|@translate}</h2> -<div> -<a href="{$U_EDIT}">{'Edit photo information'|@translate}</a> -</div> +<h2>{$TITLE} › {'Edit photo'|@translate} {$TABSHEET_TITLE}</h2> <form method="post"> |