{if $form_validation} { $block->display("core:alert_fields") } {/if}
{$COOKIE_FORM}
{translate module=file}title_add{/translate}
{translate module=file} field_file_category_id {/translate} { $list->menu("no", "file_file_category_id", "file_category", "name", $VAR.file_file_category_id, "form_menu") }
{translate module=file} field_status {/translate} {if $VAR.file_status != ""} { $list->bool("file_status", $VAR.file_status, "form_menu") } {else} { $list->bool("file_status", "1", "form_menu") } {/if}
{translate module=file} field_location_type {/translate} Upload from local computer
Enter URL to file located on the Internet
Select file already on the webserver
{translate module=file} field_description {/translate}
{translate module=file} field_sort_order {/translate}
{translate module=file} field_group_avail {/translate} { $list->select_groups($VAR.file_group_avail,"file_group_avail","form_field","10","") }
{translate module=file} field_date_start {/translate} { $list->calender_add("file_date_start", $VAR.file_date_start, "form_field") }
{translate module=file} field_date_expire {/translate} { $list->calender_add("file_date_expire", $VAR.file_date_expire, "form_field") }