aboutsummaryrefslogtreecommitdiffstats
path: root/template/yoga/admin/configuration.tpl
diff options
context:
space:
mode:
Diffstat (limited to 'template/yoga/admin/configuration.tpl')
-rw-r--r--template/yoga/admin/configuration.tpl10
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}