mirror of
https://github.com/Piwigo/Piwigo.git
synced 2026-08-06 16:53:34 +02:00
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:
@@ -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>
|
||||
|
||||
@@ -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>
|
||||
|
||||
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user