aboutsummaryrefslogtreecommitdiffstats
path: root/admin/themes
diff options
context:
space:
mode:
authorflop25 <flop25@piwigo.org>2014-08-24 20:56:41 +0000
committerflop25 <flop25@piwigo.org>2014-08-24 20:56:41 +0000
commit02ce640d3e2478cddd3d8cad301e5fd090b11bd3 (patch)
tree79e8bc20acc051aca7c54a3497911973371b7b13 /admin/themes
parent9e0872fa6ffe20b246f9415783f7f67bae45eb89 (diff)
feature:3126
Apply on subalbum checkbox about comments git-svn-id: http://piwigo.org/svn/trunk@29265 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'admin/themes')
-rw-r--r--admin/themes/default/template/cat_modify.tpl4
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}