www-thermferm/maintenance.php

changeset 382
bcb2ecc51239
parent 333
f687396e571b
child 397
00ca08f5a6f8
--- a/www-thermferm/maintenance.php	Sat Jun 27 14:24:39 2015 +0200
+++ b/www-thermferm/maintenance.php	Sat Jun 27 16:15:23 2015 +0200
@@ -76,14 +76,6 @@
 $outstr .= '      <form action="archives.php" style="margin:20px;">'.PHP_EOL;
 $outstr .= '       <input type="submit" class="jqx-button" style="width: 200px; height: 25px;" value="Archives" />'.PHP_EOL;
 $outstr .= '      </form>'.PHP_EOL;
-/*
- * See if the server supports simulators
- */
-if (send_cmd_check("SIMULATOR LIST") == 0) {
-    $outstr .= '      <form action="simulator.php" style="margin:20px;">'.PHP_EOL;
-    $outstr .= '       <input type="submit" class="jqx-button" style="width: 200px; height: 25px;" value="Simulator Setup" />'.PHP_EOL;
-    $outstr .= '      </form>'.PHP_EOL;
-}    
 $outstr .= '     </div>'.PHP_EOL;
 $outstr .= '     <div id="menu_right">'.PHP_EOL;
 $outstr .= '      <form action="profiles.php" style="margin:20px;">'.PHP_EOL;
@@ -92,6 +84,14 @@
 $outstr .= '      <form action="units.php" style="margin:20px;">'.PHP_EOL;
 $outstr .= '       <input type="submit" class="jqx-button" style="width: 200px; height: 25px;" value="Fermentation Units" />'.PHP_EOL;
 $outstr .= '      </form>'.PHP_EOL;
+/*
+ * See if the server supports simulators
+ */
+if (send_cmd_check("SIMULATOR LIST") == 0) {
+    $outstr .= '      <form action="simulator.php" style="margin:20px;">'.PHP_EOL;
+    $outstr .= '       <input type="submit" class="jqx-button" style="width: 200px; height: 25px;" value="Simulator Setup" />'.PHP_EOL;
+    $outstr .= '      </form>'.PHP_EOL;
+}
 $outstr .= '     </div>'.PHP_EOL;
 $outstr .= '    </div>'.PHP_EOL;
 $outstr .= build_footer();

mercurial