<#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' /> <@boxBody> <@directoryModifyForm entry=entry>
#i18n{directory.create_entry.label_is_all_search_comment}
<@formGroup labelFor='label_all_search' labelKey='#i18n{directory.create_entry.label_label_all_search}' id='label_value_all_search_block'> <@input type='text' name='label_all_search' id='label_all_search' size='80' maxlength=255 value=entry.labelValueAllSearch /> <@formGroup> <#if entry.fields??> <#list entry.fields as field> <#if field.isDefaultValue( )> <@checkBox labelFor='show_all_info' labelKey='#i18n{directory.create_entry.label_display_all_info}' name='show_all_info' id='show_all_info' value='1' checked=true /> <#else> <@checkBox labelFor='show_all_info' labelKey='#i18n{directory.create_entry.label_display_all_info}' name='show_all_info' id='show_all_info' value='1' /> <#break> #i18n{directory.create_entry.label_display_all_info_comment} #i18n{directory.create_entry.label_display_all_info_comment_2}