From 72b9ee266979d27a625f096913fdd9d8aa2f655e Mon Sep 17 00:00:00 2001 From: Arjit Chaudhary Date: Sun, 23 Aug 2015 16:37:21 +0530 Subject: [PATCH] Cleanup/Change UI a bit. --- html/pages/graphs.inc.php | 15 ++++++--------- 1 file changed, 6 insertions(+), 9 deletions(-) diff --git a/html/pages/graphs.inc.php b/html/pages/graphs.inc.php index 868265600e..9ca22603a8 100644 --- a/html/pages/graphs.inc.php +++ b/html/pages/graphs.inc.php @@ -128,7 +128,7 @@ else { }
"); echo(' @@ -161,12 +161,11 @@ else { $("#dtpickerfrom").datetimepicker({useCurrent: true, sideBySide: true, useStrict: false}); $("#dtpickerto").datetimepicker({useCurrent: true, sideBySide: true, useStrict: false}); }); - + '); - - echo("
"); - + echo ('
'); + echo('
'); if ($vars['legend'] == "no") { echo(generate_link("Show Legend",$vars, array('page' => "graphs", 'legend' => NULL))); } @@ -186,16 +185,14 @@ else { } # } - echo('
'); - + echo(' | '); if ($vars['showcommand'] == "yes") { echo(generate_link("Hide RRD Command",$vars, array('page' => "graphs", 'showcommand' => NULL))); } else { echo(generate_link("Show RRD Command",$vars, array('page' => "graphs", 'showcommand' => "yes"))); } - - echo('
'); + echo('
'); print_optionbar_end();