#include "/admin/plugins/directory/commons.html" />
<@row>
<@columns id='main'>
<@box color='primary'>
<@boxHeader title='#i18n{directory.create_entry.title_field} : "${entry.directory.title}"' boxTools=true>
<@button type='button' buttonIcon='cogs' title='#i18n{directory.create_directory.label_advancedsettings}' id='advanced' />
@boxHeader>
<@boxBody>
<@directoryCreateForm entry=entry is_searchable=false is_exportable=false>
<@formGroup labelFor='file_max_size' labelKey='#i18n{directory.create_entry.label_file_max_size}' mandatory=true>
<@input type='text' name='file_max_size' id='file_max_size' value=getName('file_max_size',list_param_default_values)/>
@formGroup>
<@formGroup labelFor='image_type' labelKey='#i18n{directory.createEntry.labelImageType}' >
@formGroup>
<@formGroup labelFor='width' labelKey='#i18n{directory.create_entry.label_width_display}'>
<@input type='text' name='width' id='width' value=320/>
@formGroup>
<@formGroup labelFor='height' labelKey='#i18n{directory.create_entry.label_height_display}'>
<@input type='text' name='height' id='height' value=260/>
@formGroup>
<@formGroup labelFor='image_shown' labelKey='#i18n{directory.create_entry.label_image_full_size}'>
<@checkBox orientation='horizontal' labelFor='image_shown_in_result_list' labelKey='#i18n{directory.create_entry.label_shown_in_result_list}' name='image_shown_in_result_list' id='image_shown_in_result_list' value='1' checked=false />
<@checkBox orientation='horizontal' labelFor='image_shown_in_result_record' labelKey='#i18n{directory.create_entry.label_shown_in_result_record}' name='image_shown_in_result_record' id='image_shown_in_result_record' value='1' checked=true />
@formGroup>
@directoryCreateForm>
@boxBody>
@box>
@columns>
@row>