From 231c5fbd82248d130b9a97ded93719a4ff31e123 Mon Sep 17 00:00:00 2001 From: cbasolutions Date: Fri, 3 Jul 2015 07:19:46 -0400 Subject: [PATCH 1/2] Update authgui.inc Added autocapitalize="off" autocorrect="off" to the input for the logon form usernamefld. When using from an iPhone/iPad the first character of the username is capitalized automatically. --- src/etc/inc/authgui.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/etc/inc/authgui.inc b/src/etc/inc/authgui.inc index b44c35780..d927b8472 100644 --- a/src/etc/inc/authgui.inc +++ b/src/etc/inc/authgui.inc @@ -261,7 +261,7 @@ function display_login_form()
- +
From 1610acc8972174591b8bf2fc945f9c0d547a7e1a Mon Sep 17 00:00:00 2001 From: cbasolutions Date: Fri, 3 Jul 2015 08:36:53 -0400 Subject: [PATCH 2/2] RRD graphs are obnoxiously large #55 Removed width=100% and set inline style="max-width:100%; height:auto" --- src/www/status_rrd_graph.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/www/status_rrd_graph.php b/src/www/status_rrd_graph.php index 0c9408970..b1a8517de 100644 --- a/src/www/status_rrd_graph.php +++ b/src/www/status_rrd_graph.php @@ -514,7 +514,7 @@ function get_dates($curperiod, $graph) { $id = preg_replace('/\./', '_', $id); $img_date = date('YmdGis'); /* Add a way to let the browser know we have refreshed the image */ echo "\n"; - echo "\"$prettydb\n"; echo "


\n"; @@ -583,7 +583,7 @@ function get_dates($curperiod, $graph) { $start = $dates['start']; $end = $dates['end']; echo "\n"; - echo "\"$prettydb\n"; echo "


\n";