From 321241da02330bf7ad710ce75ae3887d9e0a631c Mon Sep 17 00:00:00 2001 From: zotlabs Date: Sun, 12 Feb 2017 18:40:26 -0800 Subject: add default permcat to channel settings form --- view/tpl/settings.tpl | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'view') diff --git a/view/tpl/settings.tpl b/view/tpl/settings.tpl index 15ddd7f71..19c2b42d5 100755 --- a/view/tpl/settings.tpl +++ b/view/tpl/settings.tpl @@ -84,6 +84,10 @@ {{include file="field_checkbox.tpl" field=$blocktags}} {{include file="field_input.tpl" field=$expire}} + {{if $permcat_enable}} + {{include file="field_select.tpl" field=$defpermcat}} + {{/if}} + {{if $sec_addon}} {{$sec_addon}} {{/if}} -- cgit v1.2.3