diff options
author | zotlabs <mike@macgirvin.com> | 2017-02-07 21:03:14 -0800 |
---|---|---|
committer | zotlabs <mike@macgirvin.com> | 2017-02-07 21:03:14 -0800 |
commit | 6ceaea8478a08e8f2a5fc10f085a99331cbef36f (patch) | |
tree | a43572c61aa79888a6c6a4ef58ce530438cda93f | |
parent | 30659aef5062a5e6a4ef94f63f8bbb2f89fb3965 (diff) | |
download | volse-hubzilla-6ceaea8478a08e8f2a5fc10f085a99331cbef36f.tar.gz volse-hubzilla-6ceaea8478a08e8f2a5fc10f085a99331cbef36f.tar.bz2 volse-hubzilla-6ceaea8478a08e8f2a5fc10f085a99331cbef36f.zip |
open permission tab by default - when you're creating permission categories
-rw-r--r-- | view/tpl/settings_permcats.tpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/view/tpl/settings_permcats.tpl b/view/tpl/settings_permcats.tpl index 46a289ac2..597002815 100644 --- a/view/tpl/settings_permcats.tpl +++ b/view/tpl/settings_permcats.tpl @@ -25,7 +25,7 @@ </a> </h3> </div> - <div id="perms-tool-collapse" class="panel-collapse collapse" role="tabpanel" aria-labelledby="perms-tool"> + <div id="perms-tool-collapse" class="panel-collapse collapse in" role="tabpanel" aria-labelledby="perms-tool"> <div class="section-content-tools-wrapper"> <div class="section-content-warning-wrapper"> {{$permnote}} |