{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 == 'Dropdown'}
{else}
{/if}
{html_options name=dropdown_name_$name options=$dropdowns selected=$column.dropdown_name}
{if $column.type == 'ModuleLink' }
{else}
{/if}
{html_options name=linked_module_name_$name options=$moduleList selected=$column.module}
|
{if $column.type == 'Number' || $column.type == 'Currency' }
|
{html_options name=width_$name options=$width_list selected=$column.width}
|
{/foreach}