{{m.label|e}}
Add new field
{{m.formattedType|e}}
<% if (m.showDetailsTab) { %>
Details
<% } %> <% if (m.showValidationTab) { %>
Validation
<% } %> <% if (m.showOrganizerTab) { %>
Organizer
<% } %> <% if (m.showValuesTab) { %>
Values
<% } %>
<% if (m.showDetailsTab) { %>
style="display:none;" <% } %> > <% if (m.type == 'other_system_field') { %>
This system field does not have a recognisable type so you cannot edit its details.
<% } else { %>
Label:
The text of the label that appears before the field.
Code name:
readonly <% } %>/>
This will be used for the name of the column in the database.
<% if (!m.is_system_field && (m.type == 'centralised_radios' || m.type == 'centralised_select')) { %>
Source:
<% if (m.show_source_filter) { %>
{{m.source_filter_label|e}}
Set a filter for the source
<% } %> <% } %> <% if (!m.is_system_field && (m.type == 'dataset_select' || m.type == 'dataset_picker')) { %>
Source:
<% } %>
checked="checked" <% } %> <% if (m.is_system_field) { %> disabled="disabled" <% } %> />
<% if (m.is_system_field) { %>
System fields cannot be deleted
<% } %>
<% if (m.db_column || m.is_new_field) { %>
checked="checked" <% } %> <% if (m.cannot_export) { %> disabled="disabled" <% } %> />
<% if (m.cannot_export) { %>
You cannot export this kind of field
<% } %>
<% } %> <% if (m.type == 'file_picker') { %>
checked="checked" <% } %> />
File storage:
{{zenarioA.microTemplate('zenario_organizer_admin_box_builder_radio_values', m.store_file_options)}}
Allowed file types:
Enter a comma seperated list of allowed file types (e.g. .png, .jpg, .jpeg, .gif)
<% } %> <% if (m.type == 'editor' || m.type == 'textarea') { %>
Width of the field on the admin box:
Height of the field on the admin box:
<% } %> <% if (!m.is_system_field) { %>
Visibility:
<% if (m.admin_box_visibility == 'show_on_condition') { %>
Conditional display on field:
<% } %> <% } %> <% if (m.is_system_field || m.admin_box_visibility != 'hide') { %>
Note below:
A message to administrators below the field.
Side note:
A message to administrators that appears to the side when hovering over the field.
<% } %> <% } %>
<% } %> <% if (m.showValidationTab) { %>
style="display:none;" <% } %> > <% if (m.is_system_field) { %>
You cannot change the validation of a system field.
<% } else { %>
checked="checked" <% } %> <% if (m.is_system_field) { %> disabled <% } %> />
An administrator will not be able to save a record until all of the required fields are complete.
<% if (m.required) { %>
Message if not complete:
disabled <% } %>/>
<% } %> <% if (m.type == 'text') { %>
Validation:
{{zenarioA.microTemplate('zenario_organizer_admin_box_builder_radio_values', m.validation_options)}}
An administrator will not be able to save a record if this field does not match the validation rule chosen.
<% if (m.validation && m.validation != 'none') { %>
Message if not valid:
disabled <% } %>/>
<% } %> <% } %> <% } %>
<% } %> <% if (m.showOrganizerTab) { %>
style="display:none;" <% } %> > <% if (m.is_system_field) { %>
You cannot change the organizer display of a system field.
<% } else { %>
checked="checked" <% } %>/>
<% if (m.show_in_organizer) { %>
{{zenarioA.microTemplate('zenario_organizer_admin_box_builder_radio_values', m.create_index_options)}}
<% if (m.show_searchable_field) { %>
checked="checked" <% } %> />
<% } %> <% if (!m.is_list_field && m.create_index && m.show_in_organizer) { %>
checked="checked" <% } %>/>
<% } %> <% if (m.show_in_organizer) { %>
Visibility:
Administrators will not be able to hide this field in Organizer if it is set to "Always show".
<% } %> <% } %> <% } %>
<% } %> <% if (m.showValuesTab) { %>
style="display:none;" <% } %> > <% if (m.is_system_field) { %>
You cannot change the values of a system field.
<% } else if (m.type == 'centralised_radios' || m.type == 'centralised_select') { %>
You cannot change the values of a centralised list.
<% } else { %>
<% } %>
<% } %>