uncomment needed loop for parent folder

This commit is contained in:
Manuel Raynaud
2013-12-28 11:05:42 +01:00
committed by gmorel
parent fda7002418
commit c47d0d0276

View File

@@ -88,9 +88,9 @@
<option value="0">{intl l="Top level"}</option>
{$myparent=$PARENT}
{* loop name="fold-parent" type="folder-tree" visible="*" folder="0"}
{loop name="fold-parent" type="folder-tree" visible="*" folder="0"}
<option value="{$ID}" style="padding-left: {3 + $LEVEL * 20}px" {if $myparent == $ID}selected="selected"{/if} {if $folder_id == $ID}disabled="disabled"{/if}>{$TITLE}</option>
{/loop *}
{/loop}
</select>
</div>