Update website
This commit is contained in:
parent
a0b0d3dae7
commit
ae7ef6ad45
3151 changed files with 566766 additions and 48 deletions
6
admin/phpMyAdmin/templates/sql/enum_column_dropdown.twig
Normal file
6
admin/phpMyAdmin/templates/sql/enum_column_dropdown.twig
Normal file
|
@ -0,0 +1,6 @@
|
|||
<select>
|
||||
<option value=""> </option>
|
||||
{% for value in values %}
|
||||
<option value="{{ value }}"{{ value in selected_values ? " selected" }}>{{ value }}</option>
|
||||
{% endfor %}
|
||||
</select>
|
Loading…
Add table
Add a link
Reference in a new issue