Attributes

{if $paging !=""}
{$paging}
{/if} {if is_array($data)}
{foreach from=$data item=d} {/foreach}
{$lang.name} {$lang.type} {$lang.visible} {$lang.sort}
{$d.name} {if $d.type == 'select'} Select box {elseif $d.type == 'multiple'} Multiple {elseif $d.type == 'check'} Checkbox {elseif $d.type == 'radio'} Radio {else} Input {/if} {if $d.visible == 'true'} {else} {/if} {if $d.type != 'input'} {$lang.attributes}
{/if} {$lang.edit}
{$lang.delete}
{else} {$lang.no_records} {/if}