aboutsummaryrefslogtreecommitdiff
path: root/srcs/phpmyadmin/templates/database/qbe/sort_select_cell.twig
diff options
context:
space:
mode:
Diffstat (limited to 'srcs/phpmyadmin/templates/database/qbe/sort_select_cell.twig')
-rw-r--r--srcs/phpmyadmin/templates/database/qbe/sort_select_cell.twig9
1 files changed, 0 insertions, 9 deletions
diff --git a/srcs/phpmyadmin/templates/database/qbe/sort_select_cell.twig b/srcs/phpmyadmin/templates/database/qbe/sort_select_cell.twig
deleted file mode 100644
index 4f0989e..0000000
--- a/srcs/phpmyadmin/templates/database/qbe/sort_select_cell.twig
+++ /dev/null
@@ -1,9 +0,0 @@
-<td class="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>