File "sort_select_cell.twig"

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

Download   Open   Back

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

PHP File Manager