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:
vdigital
2008-01-22 20:19:51 +00:00
parent 69b27bdc31
commit e4479c9233
+5 -1
View File
@@ -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>