{$TITLE} {$FOR} "{$FOCUS_NAME}"


{foreach from=$columns item=column key=name} {/foreach}
Column Label Type Sub/Total Type Position Dropdown List / Module Precision Width
{if $column.editable == 'yes'} {else} {/if} {html_options name=type_$name options=$types selected=$column.type} {html_options name=total_type_$name options=$total_types selected=$column.total_type} {html_options name=priority_$name options=$priority_list selected=$column.priority} {if $column.type == 'Number' || $column.type == 'Currency' }
{else}  
{html_options name=width_$name options=$width_list selected=$column.width}
{literal} {/literal}