DIR:/usr/local/cwpsrv/var/services/pma/templates/database/qbe/ |
Current File : //usr/local/cwpsrv/var/services/pma/templates/database/qbe/sort_select_cell.twig |
<td class="text-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> |