0byt3m1n1
Path:
C:
/
wamp64
/
apps
/
phpmyadmin4.9.2
/
templates
/
database
/
qbe
/
[
Home
]
File: sort_select_cell.twig
<td class="center"> <select style="width:{{ real_width }}" name="criteriaSort[{{ column_number }}]" size="1"> <option value=""> </option> <option value="ASC" {{- selected == 'ASC' ? ' selected="selected"' }}>{% trans 'Ascending' %}</option> <option value="DESC" {{- selected == 'DESC' ? ' selected="selected"' }}>{% trans 'Descending' %}</option> </select> </td>