diff options
author | zotlabs <mike@macgirvin.com> | 2017-02-12 18:40:26 -0800 |
---|---|---|
committer | zotlabs <mike@macgirvin.com> | 2017-02-12 18:40:26 -0800 |
commit | 321241da02330bf7ad710ce75ae3887d9e0a631c (patch) | |
tree | 1387f6466d1aba911c96f0c2c404546edf84952c /view/tpl/settings.tpl | |
parent | 7c72886b1b00aea2b53233c0299e9f35b45dc34d (diff) | |
download | volse-hubzilla-321241da02330bf7ad710ce75ae3887d9e0a631c.tar.gz volse-hubzilla-321241da02330bf7ad710ce75ae3887d9e0a631c.tar.bz2 volse-hubzilla-321241da02330bf7ad710ce75ae3887d9e0a631c.zip |
add default permcat to channel settings form
Diffstat (limited to 'view/tpl/settings.tpl')
-rwxr-xr-x | view/tpl/settings.tpl | 4 |
1 files changed, 4 insertions, 0 deletions
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}} </div> + {{if $permcat_enable}} + {{include file="field_select.tpl" field=$defpermcat}} + {{/if}} + {{if $sec_addon}} {{$sec_addon}} {{/if}} |