{include file='overall_header.html'} {strip} {if $clean_uri} {/if}
{if isset($error_message)}

{$error_message}

{/if} {if isset($success_message)}

{$success_message}

{/if}

{$lang.PLAN_FOLDER} {$folder_name}

  • {if $authorized_actions['update']}
  • {/if} {if $authorized_actions['delete']}
  • {/if}

{$lang.PLAN_MOVE_INFO}

{if $authorized_actions['update']}

{$lang.PLAN_FOLDER_UPDATE}

{/if} {if $authorized_actions['delete']}

{$lang.PLAN_FOLDER_DELETE}

{$lang_delete_warn}

{$lang.PLAN_FOLDER_DELETE_CONTENT_CHOICE}

{/if}
{foreach name=nodet key=key item=elem from=$folder_element} {if $elem.name != '.ACCESS'} {if $elem.type=='folder'}
{$elem.name} {else} {/if} {/foreach} {if ($authorized_actions['create_folder'] || $authorized_actions['create_plan'])}
{/if}
{/strip} {include file='overall_footer.html'}