www-thermferm/liveview.php

changeset 112
d82c5499285c
parent 102
e37b9c571a56
child 113
cf3f906ffe0d
--- a/www-thermferm/liveview.php	Sun Jul 13 22:13:13 2014 +0200
+++ b/www-thermferm/liveview.php	Wed Jul 16 13:42:14 2014 +0200
@@ -104,7 +104,10 @@
 	    }
 	}
 	$outstr .= '     </div>'.PHP_EOL;
-    	$outstr .= '    </div>'.PHP_EOL;
+	$outstr .= '     <div id="fermentor_edit">'.PHP_EOL;
+	$outstr .= '      <button id="fermentor_setup" class="ui-state-default">Edit fermentor</button>'.PHP_EOL;
+	$outstr .= '     </div>'.PHP_EOL;
+    	$outstr .= '    </div> <!-- fermentor -->'.PHP_EOL;
     }
 
     return $outstr;

mercurial