diff options
author | vdigital <vdigital@piwigo.org> | 2008-01-22 20:19:51 +0000 |
---|---|---|
committer | vdigital <vdigital@piwigo.org> | 2008-01-22 20:19:51 +0000 |
commit | e4479c92334691e9933b4147d785257893d77e25 (patch) | |
tree | 6938bf34ff62b94f22d1790519653a7ef7fc7565 | |
parent | 69b27bdc31ebc45c11bca1799b32625ef5bece73 (diff) |
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
-rw-r--r-- | template/yoga/admin/site_update.tpl | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/template/yoga/admin/site_update.tpl b/template/yoga/admin/site_update.tpl index 471f98e4e..c739562ba 100644 --- a/template/yoga/admin/site_update.tpl +++ b/template/yoga/admin/site_update.tpl @@ -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> |