www-thermferm/global.php

changeset 397
00ca08f5a6f8
parent 253
7b6abc0dd1c6
child 506
cdcd07bbee30
--- a/www-thermferm/global.php	Tue Sep 15 17:29:15 2015 +0200
+++ b/www-thermferm/global.php	Wed Sep 16 22:05:05 2015 +0200
@@ -227,6 +227,11 @@
     $outstr .= '      </table>'.PHP_EOL;
     $outstr .= '     </form>'.PHP_EOL;
     $outstr .= '    </div> <!-- etable -->'.PHP_EOL;
+    $outstr .= '    <script type="text/javascript">'.PHP_EOL;
+    $outstr .= '     $(document).ready(function () {'.PHP_EOL;
+    $outstr .= '      $("#maintenance").jqxButton({ width: 150, height: 25, theme: \'ui-redmond\' });'.PHP_EOL;
+    $outstr .= '     });'.PHP_EOL;
+    $outstr .= '    </script>'.PHP_EOL;
     $outstr .= build_footer();
 
     echo $outstr;

mercurial