File "sort_order_select_cell.twig"

Full Path: /home/vantageo/public_html/cache/cache/.wp-cli/wp-content/plugins/wp-phpmyadmin-extension/lib/phpMyAdmin/templates/database/qbe/sort_order_select_cell.twig
File size: 344 bytes
MIME-type: text/plain
Charset: utf-8

<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>