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
This commit is contained in:
rub
2007-03-11 00:06:34 +00:00
parent c0de91eb56
commit 1a87fe5d07
7 changed files with 97 additions and 77 deletions
+1 -1
View File
@@ -27,7 +27,7 @@
<li><a href="{U_CAT_UPDATE}">{lang:update}</a><br />&nbsp;</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>
+1 -1
View File
@@ -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>
+3 -3
View File
@@ -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>