b0y-101 Mini Shell


Current Path : E:/phpMyAdmin/templates/database/qbe/
File Upload :
Current File : E:/phpMyAdmin/templates/database/qbe/sort_select_cell.twig

<td class="text-center">
    <select style="width:{{ real_width }}" name="criteriaSort[{{ column_number }}]" size="1">
        <option value="">&nbsp;</option>
        <option value="ASC"
            {{- selected == 'ASC' ? ' selected="selected"' }}>{% trans 'Ascending' %}</option>
        <option value="DESC"
            {{- selected == 'DESC' ? ' selected="selected"' }}>{% trans 'Descending' %}</option>
    </select>
</td>

Copyright © 2019 by b0y-101