diff options
author | rub <rub@piwigo.org> | 2007-03-11 00:06:34 +0000 |
---|---|---|
committer | rub <rub@piwigo.org> | 2007-03-11 00:06:34 +0000 |
commit | 1a87fe5d07d7d9eeb8a6cbb47ed26e4fcbef8ca4 (patch) | |
tree | 34e3d03cf2932707ae38ad2cc0b2fab3663c1806 /template/yoga | |
parent | c0de91eb56964ccce35d82c7dbac987ca994aace (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 '')
-rw-r--r-- | template/yoga/admin.tpl | 2 | ||||
-rw-r--r-- | template/yoga/admin/cat_options.tpl | 2 | ||||
-rw-r--r-- | template/yoga/admin/configuration.tpl | 6 |
3 files changed, 5 insertions, 5 deletions
diff --git a/template/yoga/admin.tpl b/template/yoga/admin.tpl index c95eb014e..be5ce7ff0 100644 --- a/template/yoga/admin.tpl +++ b/template/yoga/admin.tpl @@ -27,7 +27,7 @@ <li><a href="{U_CAT_UPDATE}">{lang:update}</a><br /> </li> <li><a href="{U_CATEGORIES}">{lang:manage}</a></li> <li><a href="{U_MOVE}">{lang:Move}</a></li> - <li><a href="{U_CAT_OPTIONS}">{lang:Batch management}</a></li> + <li><a href="{U_CAT_OPTIONS}">{lang:cat_options_title}</a></li> <li><a href="{U_PERMALINKS}">{lang:Permalinks}</a></li> </ul> </dd> diff --git a/template/yoga/admin/cat_options.tpl b/template/yoga/admin/cat_options.tpl index 2cc1f96a0..834981bc9 100644 --- a/template/yoga/admin/cat_options.tpl +++ b/template/yoga/admin/cat_options.tpl @@ -3,7 +3,7 @@ <ul class="categoryActions"> <li><a href="{U_HELP}" onclick="popuphelp(this.href); return false;" title="{lang:Help}"><img src="{themeconf:icon_dir}/help.png" class="button" alt="(?)"></a></li> </ul> - <h2>{lang:Batch management} {TABSHEET_TITLE}</h2> + <h2>{lang:cat_options_title} {TABSHEET_TITLE}</h2> {TABSHEET} </div> 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> |