Suite à MAJ 2.3.4, il manquait des choses dans des templates

This commit is contained in:
2020-05-03 09:13:06 +02:00
parent 35a800ca0e
commit 3f71343401
212 changed files with 1396 additions and 7451 deletions

View File

@@ -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}