From 95787e2fe83e941a3400b1abf2f1529b3aed7923 Mon Sep 17 00:00:00 2001 From: marcos Date: Mon, 15 Mar 2021 14:38:20 +0100 Subject: [PATCH] fixed visual style error --- pandora_console/godmode/reporting/graph_builder.main.php | 4 ++-- pandora_console/godmode/reporting/graphs.php | 3 ++- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/pandora_console/godmode/reporting/graph_builder.main.php b/pandora_console/godmode/reporting/graph_builder.main.php index 131fae5cfb..3f9107db4e 100644 --- a/pandora_console/godmode/reporting/graph_builder.main.php +++ b/pandora_console/godmode/reporting/graph_builder.main.php @@ -285,11 +285,11 @@ $output .= ''; if ($edit_graph) { $output .= "
"; - $output .= ""; + $output .= ""; $output .= '
'; } else { $output .= "
"; - $output .= ""; + $output .= ""; $output .= '
'; } diff --git a/pandora_console/godmode/reporting/graphs.php b/pandora_console/godmode/reporting/graphs.php index 856f251947..3fdf7b3969 100644 --- a/pandora_console/godmode/reporting/graphs.php +++ b/pandora_console/godmode/reporting/graphs.php @@ -349,7 +349,6 @@ $table_aux = new stdClass(); ui_pagination(count($graphs), false, 0, 0, false, 'offset', true, 'pagination-bottom'); echo "
"; html_print_submit_button(__('Delete'), 'delete_btn', false, 'class="sub delete"'); - echo '
'; echo ''; } @@ -361,6 +360,8 @@ $table_aux = new stdClass(); echo ''; } + echo ''; + echo ''; } else { include_once $config['homedir'].'/general/first_task/custom_graphs.php';