File "sort_order_select_cell.twig"

Full path: E:/sites/Single15/tinmung2007/webroot/XAMMP/phpMyAdmin/templates/database/qbe/sort_order_select_cell.twig
File size: 344 B
MIME-type:
Charset: utf-8

Download   Open   Back

<td class="text-center">
    <select name="criteriaSortOrder[{{ column_number }}]">
        <option value="1000">&nbsp;</option>
        {% for i in 1..total_column_count %}
            <option value="{{ i }}"{{ i == sort_order ? ' selected="selected"' }}>
                {{ i }}
            </option>
        {% endfor %}
    </select>
</td>

PHP File Manager