{* $Id: edit_table.tpl 1836 2006-05-18 14:20:10Z imac $ *} {capture name="mainbox"} {if $action=='edit'}{include file="common_templates/select_language.tpl"}{/if}
{if $action=='edit'} {else} {/if} {if $table.type != 'C' && $table.type != 'P'} {/if} {foreach from=$table.elements item=element} {/foreach}
{$lang.chart_name}:
{$lang.position}:
{$lang.chart_type}:
{$lang.parameter}: {if $action=='add_new'} {else} {foreach from=$table.elements item=element} {/foreach} {/if}
{$lang.value_to_display}:
{$lang.time_interval}:
{$lang.chart_period}:
{$lang.limit}:
{$lang.dependence}:  
{*

{if $action=='add_new'} {else} {foreach from=$table.elements item=element} {/foreach} {/if}
{$lang.parameter} {$lang.limit} {$lang.dependence}  
        
     {if $table.auto=='Y'} {/if}    

*}

{if $action=='edit'}
{include file="buttons/update.tpl" but_onclick="document.statistics_table.submit();"}  {include file="buttons/button.tpl" but_text=$lang.view_chart but_onclick="$index_script?$target_name=statistics&$mode_name=reports#report_$report_id" but_style="text"}
{else} {include file="buttons/add_new.tpl" but_onclick="document.statistics_table.submit();"} {/if}


{/capture} {include file="common_templates/mainbox.tpl" title=$lang.edit_chart content=$smarty.capture.mainbox} {if $action=='edit'} {include file="statistics_pages/table_condition.tpl" target='statistics' mode='table' action=$action} {/if}