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/chart/tbl_chart.twig | 159 --------------------- 1 file changed, 159 deletions(-) delete mode 100644 srcs/phpmyadmin/templates/table/chart/tbl_chart.twig (limited to 'srcs/phpmyadmin/templates/table/chart') diff --git a/srcs/phpmyadmin/templates/table/chart/tbl_chart.twig b/srcs/phpmyadmin/templates/table/chart/tbl_chart.twig deleted file mode 100644 index 4201599..0000000 --- a/srcs/phpmyadmin/templates/table/chart/tbl_chart.twig +++ /dev/null @@ -1,159 +0,0 @@ - -{# Display Chart options #} -
-
- {{ get_hidden_inputs(url_params) }} -
- - {% trans 'Display chart' %} - -
-
- - -
-
- - -
-
- - -
-
- - -
-
- - -
- - - - - - - - - - - - -

- - - - -

- - -
- {% set xaxis = null %} -
- - -
- - - - -
-
- - -
- - -
-
-
-
- - -
- - - - -
- {{ get_start_and_number_of_rows_panel(sql_query) }} -
- -
-
-
-- cgit