diff options
Diffstat (limited to '')
-rw-r--r-- | admin/themes/default/template/cat_modify.tpl | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/admin/themes/default/template/cat_modify.tpl b/admin/themes/default/template/cat_modify.tpl index 52f47d90f..6d46c9ee1 100644 --- a/admin/themes/default/template/cat_modify.tpl +++ b/admin/themes/default/template/cat_modify.tpl @@ -125,6 +125,10 @@ categoriesCache.selectize(jQuery('[data-selectize=categories]'), { <strong>{'Comments'|@translate}</strong> <br> {html_radios name='commentable' values=['false','true'] output=['No'|translate,'Yes'|translate] selected=$CAT_COMMENTABLE} + <label id="applytoSubAction"> + <input type="checkbox" name="apply_commentable_on_sub"> + {'Apply to sub-albums'|@translate} + </label> </p> {/if} |