aboutsummaryrefslogtreecommitdiffstats
path: root/template
diff options
context:
space:
mode:
authorrvelices <rv-github@modusoptimus.com>2006-02-16 00:45:18 +0000
committerrvelices <rv-github@modusoptimus.com>2006-02-16 00:45:18 +0000
commitd22a07cee30b96f703ab2fa295a4c5f4407d0e00 (patch)
tree8c0545c3d30b38b18db20209fdd75b2587f29eb6 /template
parent2a01c7472a31ef36435ac4ca6022bcdfda149802 (diff)
feature 264: gallery_url, rate and rate_anonymous from config file to database
git-svn-id: http://piwigo.org/svn/trunk@1044 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'template')
-rw-r--r--template/yoga/admin/configuration.tpl19
1 files changed, 19 insertions, 0 deletions
diff --git a/template/yoga/admin/configuration.tpl b/template/yoga/admin/configuration.tpl
index 48fea4c1a..82982dfd4 100644
--- a/template/yoga/admin/configuration.tpl
+++ b/template/yoga/admin/configuration.tpl
@@ -24,6 +24,11 @@
</li>
<li>
+ <label for="gallery_title"><strong>{lang:Gallery URL}</strong></label>
+ <input type="text" maxlength="255" size="50" name="gallery_url" id="gallery_url" value="{general.CONF_GALLERY_URL}" />
+ </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}
@@ -35,6 +40,20 @@
<input type="radio" class="radio" name="gallery_locked" value="false" {general.GALLERY_LOCKED_NO} />{lang:No}
</li>
</ul>
+
+ <ul>
+ <li>
+ <label><strong>{lang:Rating}</strong></label>
+ <input type="radio" class="radio" name="rate" value="true" {general.RATE_YES} />{lang:Yes}
+ <input type="radio" class="radio" name="rate" value="false" {general.RATE_NO} />{lang:No}
+ </li>
+
+ <li>
+ <label><strong>{lang:Rating by guests}</strong></label>
+ <input type="radio" class="radio" name="rate_anonymous" value="true" {general.RATE_ANONYMOUS_YES} />{lang:Yes}
+ <input type="radio" class="radio" name="rate_anonymous" value="false" {general.RATE_ANONYMOUS_NO} />{lang:No}
+ </li>
+ </ul>
<!-- END general -->
<!-- BEGIN comments -->