D7net
Home
Console
Upload
information
Create File
Create Folder
About
Tools
:
/
usr
/
share
/
phpmyadmin
/
templates
/
columns_definitions
/
Filename :
column_type.twig
back
Copy
<select class="column_type" name="field_type[{{ column_number }}]" id="field_{{ column_number }}_{{ ci - ci_offset }}" {%- if column_meta['column_status'] is defined and not column_meta['column_status']['isEditable'] -%} disabled="disabled" {%- endif %}> {{ Util_getSupportedDatatypes(true, type_upper) }} </select>