D7net
Home
Console
Upload
information
Create File
Create Folder
About
Tools
:
/
usr
/
share
/
phpmyadmin
/
templates
/
database
/
qbe
/
Filename :
column_select_cell.twig
back
Copy
<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>