aboutsummaryrefslogtreecommitdiffstats
path: root/template/yoga/admin/configuration.tpl
diff options
context:
space:
mode:
authorrub <rub@piwigo.org>2007-03-11 00:06:34 +0000
committerrub <rub@piwigo.org>2007-03-11 00:06:34 +0000
commit1a87fe5d07d7d9eeb8a6cbb47ed26e4fcbef8ca4 (patch)
tree34e3d03cf2932707ae38ad2cc0b2fab3663c1806 /template/yoga/admin/configuration.tpl
parentc0de91eb56964ccce35d82c7dbac987ca994aace (diff)
Corrections, improvements, adaptation to new tabsheet for configuration help.
Change menu item "Batch management" by "Properties" git-svn-id: http://piwigo.org/svn/trunk@1887 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'template/yoga/admin/configuration.tpl')
-rw-r--r--template/yoga/admin/configuration.tpl6
1 files changed, 3 insertions, 3 deletions
diff --git a/template/yoga/admin/configuration.tpl b/template/yoga/admin/configuration.tpl
index dc6a5c3d3..5d2372587 100644
--- a/template/yoga/admin/configuration.tpl
+++ b/template/yoga/admin/configuration.tpl
@@ -72,15 +72,15 @@
<fieldset id="historyConf">
<ul>
<li>
- <label><span class="property">{lang:Users}</span><input type="checkbox" name="log" {history.LOG} /></label>
+ <label><span class="property">{lang:conf_history_guest}</span><input type="checkbox" name="history_guest" {history.HISTORY_GUEST} /></label>
</li>
<li>
- <label><span class="property">{lang:user_status_admin}</span><input type="checkbox" name="history_admin" {history.HISTORY_ADMIN} /></label>
+ <label><span class="property">{lang:conf_history_user}</span><input type="checkbox" name="log" {history.LOG} /></label>
</li>
<li>
- <label><span class="property">{lang:Guests}</span><input type="checkbox" name="history_guest" {history.HISTORY_GUEST} /></label>
+ <label><span class="property">{lang:conf_history_admin}</span><input type="checkbox" name="history_admin" {history.HISTORY_ADMIN} /></label>
</li>
</ul>
</fieldset>