diff options
author | plegall <plg@piwigo.org> | 2005-10-07 23:25:42 +0000 |
---|---|---|
committer | plegall <plg@piwigo.org> | 2005-10-07 23:25:42 +0000 |
commit | 1f594dc148ce24c5d6c10f7af99504f278876996 (patch) | |
tree | 160c508bc6cefa7c506193159cfe2a4a1b1289fc /template/yoga/admin | |
parent | f9baa625b6590a4cebcbc69c0486bb8764c163fb (diff) |
- modification: configuration parameters gallery_title and
gallery_description are GUI managed in
Administration>Configuration>General
- bug fixed: configuration parameters (use|show)_(exif|iptc) and
authorize_remembering should have been deleted from config table some time
ago.
git-svn-id: http://piwigo.org/svn/trunk@882 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'template/yoga/admin')
-rw-r--r-- | template/yoga/admin/configuration.tpl | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/template/yoga/admin/configuration.tpl b/template/yoga/admin/configuration.tpl index 25cdc91b0..c2985c073 100644 --- a/template/yoga/admin/configuration.tpl +++ b/template/yoga/admin/configuration.tpl @@ -14,6 +14,16 @@ <ul> <li> + <label for="gallery_title"><strong>{lang:Gallery title}</strong></label> + <input type="text" maxlength="255" size="50" name="gallery_title" id="gallery_title" value="{general.CONF_GALLERY_TITLE}" /> + </li> + + <li> + <label for="gallery_description"><strong>{lang:Gallery description}</strong></label> + <textarea cols="50" rows="5" name="gallery_description" id="gallery_description">{general.CONF_GALLERY_DESCRIPTION}</textarea> + </li> + + <li> <label><strong>{lang:History}</strong></label> <input type="radio" class="radio" name="log" value="true" {general.HISTORY_YES} />{lang:Yes} <input type="radio" class="radio" name="log" value="false" {general.HISTORY_NO} />{lang:No} |