Suite à MAJ 2.3.4, il manquait des choses dans des templates
This commit is contained in:
@@ -135,7 +135,7 @@
|
||||
|
||||
{$myparent=$DEFAULT_FOLDER}
|
||||
{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}>{$TITLE}</option>
|
||||
<option value="{$ID}" {if $myparent == $ID}selected="selected"{/if}>{option_offset l=$LEVEL+1 label={$TITLE}}</option>
|
||||
{/loop}
|
||||
|
||||
</select>
|
||||
@@ -336,4 +336,4 @@ form_content = {$smarty.capture.delete_folder_dialog nofilter}
|
||||
{hook name="content.edit-js" location="content-edit-js" content_id={$content_id} }
|
||||
|
||||
{hook name="wysiwyg.js" location="wysiwyg-content-edit-js" }
|
||||
{/block}
|
||||
{/block}
|
||||
|
||||
Reference in New Issue
Block a user