| Current Path : /var/www/html/pma/templates/database/qbe/ |
| Current File : /var/www/html/pma/templates/database/qbe/sort_order_select_cell.twig |
<td class="text-center">
<select name="criteriaSortOrder[{{ column_number }}]">
<option value="1000"> </option>
{% for i in 1..total_column_count %}
<option value="{{ i }}"{{ i == sort_order ? ' selected="selected"' }}>
{{ i }}
</option>
{% endfor %}
</select>
</td>