From 5bf66662a9bdd62c5bccab15e607cd95cfb8fcab Mon Sep 17 00:00:00 2001 From: Charles Cabergs Date: Mon, 27 Jul 2020 10:05:23 +0200 Subject: Removed wordpress and phpmyadmin, my server doesn't handle it well and it brings shame on my familly --- .../templates/table/search/fields_table.twig | 33 ---------------------- 1 file changed, 33 deletions(-) delete mode 100644 srcs/phpmyadmin/templates/table/search/fields_table.twig (limited to 'srcs/phpmyadmin/templates/table/search/fields_table.twig') diff --git a/srcs/phpmyadmin/templates/table/search/fields_table.twig b/srcs/phpmyadmin/templates/table/search/fields_table.twig deleted file mode 100644 index 8b74939..0000000 --- a/srcs/phpmyadmin/templates/table/search/fields_table.twig +++ /dev/null @@ -1,33 +0,0 @@ - - - - {% if geom_column_flag %} - - {% endif %} - - - - - - - - - {% if search_type == 'zoom' %} - {% include 'table/search/rows_zoom.twig' with { - 'self': self, - 'column_names': column_names, - 'keys': keys, - 'criteria_column_names': criteria_column_names, - 'criteria_column_types': criteria_column_types - } only %} - {% else %} - {% include 'table/search/rows_normal.twig' with { - 'self': self, - 'geom_column_flag': geom_column_flag, - 'column_names': column_names, - 'column_types': column_types, - 'column_collations': column_collations - } only %} - {% endif %} - -
{% trans 'Function' %}{% trans 'Column' %}{% trans 'Type' %}{% trans 'Collation' %}{% trans 'Operator' %}{% trans 'Value' %}
-- cgit