first commit
This commit is contained in:
6
pma/templates/sql/enum_column_dropdown.twig
Normal file
6
pma/templates/sql/enum_column_dropdown.twig
Normal file
@@ -0,0 +1,6 @@
|
||||
<select>
|
||||
<option value=""> </option>
|
||||
{% for value in values %}
|
||||
<option value="{{ value|raw }}"{{ value in selected_values ? " selected" }}>{{ value|raw }}</option>
|
||||
{% endfor %}
|
||||
</select>
|
||||
Reference in New Issue
Block a user