{if $action === "show" || $action === ""} {include file='overall_header.html'} {strip}
{if isset($errors) && !empty($errors)}
{foreach from=$errors item=message}

{$message}

{/foreach}
{elseif isset($success) && !empty($success)}

{$success}

{/if}

{$lang.PLAN_FOLDER} - {$folder_name}

  • {if $authorized_actions['admin']}
  • {$lang.PLAN_FOLDER_UPDATE}
  • {$lang.PLAN_FOLDER_DELETE}
  • {/if}
{foreach from=$content.folders item=fold} {/foreach} {foreach from=$content.plans item=plan} {/foreach} {if ($authorized_actions['create_folder'] || $authorized_actions['create_plan'])}
{/if}
{/strip} {include file='overall_footer.html'} {elseif $action === 'delete'} {* DIALOG not in iframe. Containing all included scripts & stylesheets from main action show *} {strip}
{if isset($errors) && !empty($errors)}
{foreach from=$errors item=message}

{$message}

{/foreach}
{elseif isset($success)}

{$success}

{/if}

{$lang_delete_warn}

{$lang.PLAN_FOLDER_DELETE_CONTENT_CHOICE}

{/strip} {/if}