0byt3m1n1
Path:
C:
/
wamp64
/
apps
/
phpmyadmin4.9.2
/
templates
/
database
/
qbe
/
[
Home
]
File: column_select_cell.twig
<td class="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|e|replace({' ': ' '}) }} </option> {% endfor %} </select> </td>