Removed Graph button from the status screen.

Thu, 09 May 2019 17:10:54 +0200

author
Michiel Broek <mbroek@mbse.eu>
date
Thu, 09 May 2019 17:10:54 +0200
changeset 593
55b849fc2d20
parent 592
ff30227c0903
child 594
1904badedf8f

Removed Graph button from the status screen.

www-thermferm/css/style.css file | annotate | diff | comparison | revisions
www-thermferm/liveview.php file | annotate | diff | comparison | revisions
--- a/www-thermferm/css/style.css	Thu May 09 17:01:56 2019 +0200
+++ b/www-thermferm/css/style.css	Thu May 09 17:10:54 2019 +0200
@@ -193,8 +193,6 @@
  *  |+----------++----------++----------+|
  *  || switch1  || switch2  || switch3  ||
  *  |+----------++----------++----------+|
- *  +------------------------------------+
- *  +----------pannel_buttons------------+
  *  |                                    |
  *  +------------------------------------+
  */
@@ -295,7 +293,7 @@
 
 #fermentor_panel_control {
     width: 236px;
-    height: 100px;
+    height: 136px;
     float: right;
     background-color: #eee;
     border: 2px solid;
@@ -370,16 +368,6 @@
     margin-top: 10px;
 }
 
-#fermentor_panel_buttons {
-    width: 236px;
-    height: 30px;
-    float: right;
-    background-color: #eee;
-    border: 2px solid;
-    border-color: #888;
-    border-radius: 5px 5px 5px 5px;
-}
-
 #menu {
     width: 600px;
     height: 300px;
--- a/www-thermferm/liveview.php	Thu May 09 17:01:56 2019 +0200
+++ b/www-thermferm/liveview.php	Thu May 09 17:10:54 2019 +0200
@@ -381,17 +381,6 @@
 	$outstr .= '      </div>'.PHP_EOL;
 	$outstr .= '     </div> <!-- fermentor_panel_control -->'.PHP_EOL;
 
-	$outstr .= '     <div id="fermentor_panel_buttons">'.PHP_EOL;
-	$outstr .= '     <div style="margin-top: 2px; margin-left: 5px;">'.PHP_EOL;
-	$outstr .= '      <form action="archives.php">'.PHP_EOL;
-	$outstr .= '       <input type="submit" id="maintenance" value="Graph" />'.PHP_EOL;
-	$outstr .= '       <input type="hidden" name="action" value="view">'.PHP_EOL;
-	$outstr .= '       <input type="hidden" name="return" value="index">'.PHP_EOL;
-	$outstr .= '       <input type="hidden" name="name" value="'.urlencode($logname).'">'.PHP_EOL;
-	$outstr .= '      </form>'.PHP_EOL;
- 	$outstr .= '     </div>'.PHP_EOL;
-	$outstr .= '     </div> <!-- fermentor_panel_buttons -->'.PHP_EOL;
-
 	$outstr .= '    </div> <!-- fermentor -->'.PHP_EOL;
     }
 

mercurial