[ Mini Kiebo ]
Server: Windows NT DESKTOP-5B8S0D4 6.2 build 9200 (Windows 8 Professional Edition) i586
Path:
D:
/
xampp182
/
phpMyAdmin
/
templates
/
database
/
qbe
/
[
Home
]
File: sort_order_select_cell.twig
<td class="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>