mirror of
https://github.com/Piwigo/Piwigo.git
synced 2026-06-02 04:15:05 +02:00
Locked bug: Search in sub-categories on synchronize screen has been hidden and replaced by a picture of a checked box.
Currently if the real checkbox is unselected, it can duplicate all existing categories. A Warning message invites webmasters to contact us if they need this option. git-svn-id: http://piwigo.org/svn/branches/branch-1_7@2190 68402e56-0260-453c-a942-63ccdbb3a9ee
This commit is contained in:
@@ -96,7 +96,11 @@
|
||||
</select>
|
||||
</li>
|
||||
|
||||
<li><label><input type="checkbox" name="subcats-included" value="1" {SUBCATS_INCLUDED_CHECKED} /> {lang:search_subcats_included}</label></li>
|
||||
<li><label>
|
||||
<img class="button" src="{themeconf:icon_dir}/check.png" alt="checked checkbox">
|
||||
<input type="HIDDEN" name="subcats-included" value="1" {SUBCATS_INCLUDED_CHECKED} />
|
||||
{lang:search_subcats_included}</label>
|
||||
/ (<strong>Warning</strong>: Locked control, contact our forum if needed).</li>
|
||||
</ul>
|
||||
</fieldset>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user