start list in parent-li, don't create a following one for the new ul
This commit is contained in:
parent
440c023f42
commit
3bca687f19
@ -75,13 +75,17 @@
|
||||
{/if}
|
||||
{/if}
|
||||
|
||||
|
||||
{if ! ($perm@first || ($in_indent != true && $indent == " "))}
|
||||
</li>
|
||||
{/if}
|
||||
|
||||
|
||||
{if $indent == " " && $in_indent != true}
|
||||
{$in_indent=true}
|
||||
<li>
|
||||
<ul>
|
||||
|
||||
<ul>
|
||||
{/if}
|
||||
|
||||
{if $indent == "<br>" && $in_indent == true}
|
||||
{$in_indent=false}
|
||||
</ul></li>
|
||||
@ -96,9 +100,8 @@
|
||||
<label for="{{$perm@key}|escape:"html"}">{$perm.permission_name|escape:"html"}</label>
|
||||
</div>
|
||||
{/if}
|
||||
</li>
|
||||
{/foreach}
|
||||
</ul>
|
||||
</li></ul>
|
||||
|
||||
{if $enablePluginACL}
|
||||
<div class="form_select">
|
||||
|
Loading…
x
Reference in New Issue
Block a user