diff options
-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> |