{strip} {if ($action == "plan") && (isset($plan.params.refresh) && !empty($plan.params.refresh))} {assign var="refreshSecondes" value=$plan.params.refresh*60} {/if} {if $action != "dash_plan"} {if ($action == "confObj") || ($action == "confLink")} {include file='overall_adm_iframe.html'} {else} {include file="overall_header.html"} {/if} {$displayFooter=true}
{if isset($error_messages) && !empty($error_messages)}
{foreach from=$error_messages item=message}

{$message}

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

{$success_message}

{/if}
{/if}
{if $action == "plan"}

{$lang.PLAN_PLANS} - {$plan.name}

  • {if $isUserPerms['admin'] && $isUserPlanPrivilege['WRITE']}
  • {/if}
{/if} {if ($action == "plan") || ($action == "dash_plan")}
{elseif $action == "admin"}
edit

{$lang.ADMIN} - {$plan.name}

{$lang.DASH_GENERAL_INFOS}

  • {$lang.DASHBOARD_REDUCE}

{$lang.PLAN_IMAGE}


{$lang.PLAN_REFRESH_EVERY}

{$lang.MINUTE}

{$lang.PLAN_TOOLS}

{$lang.PLAN_ICONS}

{elseif $action == 'confObj'} {$displayFooter=false}

{$lang.PLAN_LINKED_ELEMENTS}

{assign var=number value=0} {if empty($elements)}
  • {$lang.PLAN_NO_LINKED_ELEMENT}

  • {else} {/if}

    {$lang.PLAN_UPD_ICON_OBJET}


    {$lang.PLAN_LINK_PLAN}

    {elseif $action == 'confLink'} {$displayFooter=false}

    {$lang.PLAN_LINKED_SERVICES}

    {if $link.service|@count == 2} delete {elseif $link.service|@count == 1} delete {/if}
    {assign var=number value=0} {if empty($link.service)}
  • {$lang.PLAN_NO_LINKED_ELEMENT}

  • {else}
    {/if} {if $number<2}

    {$lang.PLAN_LINK}

    {else}
    {$lang.PLAN_ONLY_TWO_SERVICES}
    {/if}
    {elseif $action =='delPict'}

    {$lang.PLAN_DELETE_IMAGE}

    {$lang.NO}
    {elseif $action =='delIconPlan'}

    {$lang.PLAN_DELETE_ICON_ON_PLAN}

    {foreach item=name from=$plan_names}

    {$name}


    {/foreach}
    {elseif $action =='delIcon'}

    {$lang.PLAN_DELETE_IMAGE}

    {$lang.NO}
    {elseif $action =='delPlan'}
    {if isset($objLink)}
    {$lang.PLAN_WARNING_LINKED} {foreach from=$objLink item=obj}

    {$obj.name} ({$obj.plan_name})

    {/foreach}

    {/if}

    {$lang.PLAN_DELETE_PLAN}

    {$lang.NO}
    {/if}
    {/strip} {if $displayFooter} {include file="overall_footer.html"} {/if}