{ $method->exe("file_category","view") } { if ($method->result == FALSE) } { $block->display("core:method_error") } {else} {literal} {/literal} {foreach from=$file_category item=file_category} {if $form_validation} { $block->display("core:alert_fields") } {/if}
{$COOKIE_FORM}
{translate module=file_category} title_view {/translate}
{translate module=file_category} field_date_orig {/translate} {$list->date_time($file_category.date_orig)}
{translate module=file_category} field_name {/translate}
{translate module=file_category} field_description {/translate}
{translate module=file_category} field_status {/translate} { $list->bool("file_category_status", $file_category.status, "form_menu") }
{translate module=file_category} field_group_avail {/translate} { $list->select_groups($file_category.group_avail,"file_category_group_avail","form_field","10","") }
{translate module=file_category} field_sort_order {/translate}
{/foreach} {/if}