diff options
Diffstat (limited to 'template/yoga/admin/site_update.tpl')
-rw-r--r-- | template/yoga/admin/site_update.tpl | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/template/yoga/admin/site_update.tpl b/template/yoga/admin/site_update.tpl index c739562ba..b16f27645 100644 --- a/template/yoga/admin/site_update.tpl +++ b/template/yoga/admin/site_update.tpl @@ -97,10 +97,9 @@ </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} /> + <input type="checkbox" name="subcats-included" value="1" {SUBCATS_INCLUDED_CHECKED} /> {lang:search_subcats_included}</label> - / (<strong>Warning</strong>: Locked control, contact our forum if needed).</li> + </li> </ul> </fieldset> |