start list in parent-li, don't create a following one for the new ul

This commit is contained in:
onli 2013-02-06 00:45:00 +01:00
parent 440c023f42
commit 3bca687f19

View File

@ -75,13 +75,17 @@
{/if}
{/if}
{if ! ($perm@first || ($in_indent != true && $indent == "  "))}
</li>
{/if}
{if $indent == "&nbsp;&nbsp;" && $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">