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/navigation/item_unhide_dialog.twig | 29 ---------------------- 1 file changed, 29 deletions(-) delete mode 100644 srcs/phpmyadmin/templates/navigation/item_unhide_dialog.twig (limited to 'srcs/phpmyadmin/templates/navigation/item_unhide_dialog.twig') diff --git a/srcs/phpmyadmin/templates/navigation/item_unhide_dialog.twig b/srcs/phpmyadmin/templates/navigation/item_unhide_dialog.twig deleted file mode 100644 index 8303b59..0000000 --- a/srcs/phpmyadmin/templates/navigation/item_unhide_dialog.twig +++ /dev/null @@ -1,29 +0,0 @@ -
-
- {{ get_hidden_inputs(database, table) }} - - {% for type, label in types %} - {% if (item_type is empty or item_type == type) and hidden[type] is iterable %} - {{ not loop.first ? '
' }} - {{ label }} - - - {% for item in hidden[type] %} - - - - - {% endfor %} - -
{{ item }} - {{ get_icon('show', 'Unhide'|trans) }} -
- {% endif %} - {% endfor %} -
-
-- cgit