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 --- .../phpmyadmin/templates/database/search/main.twig | 84 ---------------------- 1 file changed, 84 deletions(-) delete mode 100644 srcs/phpmyadmin/templates/database/search/main.twig (limited to 'srcs/phpmyadmin/templates/database/search/main.twig') diff --git a/srcs/phpmyadmin/templates/database/search/main.twig b/srcs/phpmyadmin/templates/database/search/main.twig deleted file mode 100644 index 45e5e71..0000000 --- a/srcs/phpmyadmin/templates/database/search/main.twig +++ /dev/null @@ -1,84 +0,0 @@ - -
- {{ get_hidden_inputs(db) }} -
- {% trans 'Search in database' %} -

- - -

- -
- {% trans 'Find:' %} - {# 4th parameter set to true to add line breaks #} - {# 5th parameter set to false to avoid htmlspecialchars() escaping - in the label since we have some HTML in some labels #} - {{ get_radio_fields( - 'criteriaSearchType', - choices, - criteria_search_type, - true, - false - ) }} -
- -
- {% trans 'Inside tables:' %} -

- - {% trans 'Select all' %} - / - - {% trans 'Unselect all' %} - -

- -
- -

- {# Inputbox for column name entry #} - - -

-
-
- -
-
-
- -
-
-
-
-{# These two table-image and table-link elements display the table name in browse search results #} -
- -
-{# Div for browsing results #} -
- {# This browse-results div is used to load the browse and delete results in the db search #} -
-
- {# This sqlqueryform div is used to load the delete form in the db search #} -
-{# Toggle query box link #} - -- cgit