[ Mini Kiebo ]
Server: Windows NT DESKTOP-5B8S0D4 6.2 build 9200 (Windows 8 Professional Edition) i586
Path:
D:
/
0xampp
/
phpMyAdmin
/
templates
/
database
/
qbe
/
[
Home
]
File: column_select_cell.twig
<td class="text-center"> <select name="criteriaColumn[{{ column_number }}]" size="1"> <option value=""> </option> {% for column in column_names %} <option value="{{ column }}" {%- if column is same as(selected) %} selected="selected"{% endif %}> {{- column -}} </option> {% endfor %} </select> </td>