repo.or.cz
/
phpmyadmin.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Translated using Weblate (Bulgarian)
[phpmyadmin.git]
/
templates
/
sql
/
enum_column_dropdown.twig
blob
f8be9a8508b6c0e8ba86263fe3f53071266957a3
1
<select>
2
<option value=""> </option>
3
{% for value in values %}
4
<option value="{{ value }}"{{ value in selected_values ? " selected" }}>{{ value }}</option>
5
{% endfor %}
6
</select>