Server IP : 51.89.169.208 / Your IP : 3.14.248.121 Web Server : Apache System : Linux ns3209505.ip-198-244-202.eu 4.18.0-553.27.1.el8_10.x86_64 #1 SMP Tue Nov 5 04:50:16 EST 2024 x86_64 User : yellowleaf ( 1019) PHP Version : 7.4.33 Disable Function : exec,passthru,shell_exec,system MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : ON | Pkexec : ON Directory : /home/yellowleaf/public_html/phpMyAdmin/templates/columns_definitions/ |
Upload File : |
{% set title = '' %} {% if column_meta['column_status'] is defined %} {% if column_meta['column_status']['isReferenced'] %} {% set title = title ~ 'Referenced by %s.'|trans|format( column_meta['column_status']['references']|join(',') ) %} {% endif %} {% if column_meta['column_status']['isForeignKey'] %} {% if title is not empty %} {% set title = title ~ '\n'|raw %} {% endif %} {% set title = title ~ 'Is a foreign key.'|trans %} {% endif %} {% endif %} {% if title is empty %} {% set title = 'Column'|trans %} {% endif %} <input id="field_{{ column_number }}_{{ ci - ci_offset }}" {% if column_meta['column_status'] is defined and not column_meta['column_status']['isEditable'] %} disabled="disabled" {% endif %} type="text" name="field_name[{{ column_number }}]" maxlength="64" class="textfield" title="{{ title }}" size="10" value="{{ column_meta['Field'] is defined ? column_meta['Field'] }}"> {% if has_central_columns_feature and not (column_meta['column_status'] is defined and not column_meta['column_status']['isEditable']) %} <p class="column_name" id="central_columns_{{ column_number }}_{{ ci - ci_offset }}"> <a data-maxrows="{{ max_rows }}" href="#" class="central_columns_dialog"> {% trans 'Pick from Central Columns' %} </a> </p> {% endif %}