system: Linux mars.sprixweb.com 3.10.0-1160.119.1.el7.x86_64 #1 SMP Tue Jun 4 14:43:51 UTC 2024 x86_64
| Direktori : /usr/local/cwpsrv/var/services/pma/templates/database/qbe/ |
| Current File : //usr/local/cwpsrv/var/services/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>