summaryrefslogtreecommitdiffstats
path: root/usr/local/www/reboot.php
diff options
context:
space:
mode:
authorColin Fleming <cj_fleming@sky.com>2014-05-17 17:33:07 +0100
committerColin Fleming <cj_fleming@sky.com>2014-05-17 17:33:07 +0100
commit58a0ffb417ead71e7d69d8415e0732158c471af8 (patch)
tree0f3a5887e1305c8b41857a7fb191f8b0caf8f39a /usr/local/www/reboot.php
parent024068017f98572f6bd41b7ba542fc36fccee39a (diff)
downloadpfsense-58a0ffb417ead71e7d69d8415e0732158c471af8.zip
pfsense-58a0ffb417ead71e7d69d8415e0732158c471af8.tar.gz
Tidy up "reboot.php" XHTML
Move BODY tag before PHP "fbegin.inc" Close INPUT tags
Diffstat (limited to 'usr/local/www/reboot.php')
-rwxr-xr-xusr/local/www/reboot.php6
1 files changed, 3 insertions, 3 deletions
diff --git a/usr/local/www/reboot.php b/usr/local/www/reboot.php
index f809b94..1a9a52a 100755
--- a/usr/local/www/reboot.php
+++ b/usr/local/www/reboot.php
@@ -49,10 +49,10 @@ $pgtitle = array(gettext("Diagnostics"),gettext("Reboot System"));
include("head.inc");
?>
+<body link="#0000CC" vlink="#0000CC" alink="#0000CC">
<?php include("fbegin.inc"); ?>
<?php if ($_POST['Submit'] == " " . gettext("Yes") . " "): ?>
<meta http-equiv=\"refresh\" content=\"70;url=/\">
-<body link="#0000CC" vlink="#0000CC" alink="#0000CC">
<?php print_info_box(gettext("The system is rebooting now. This may take one minute.")); ?>
<pre>
<?php system_reboot(); ?>
@@ -61,8 +61,8 @@ include("head.inc");
<form action="reboot.php" method="post">
<p><strong><?=gettext("Are you sure you want to reboot the system?");?></strong></p>
<p>
- <input name="Submit" type="submit" class="formbtn" value=" <?=gettext("Yes");?> ">
- <input name="Submit" type="submit" class="formbtn" value=" <?=gettext("No");?> ">
+ <input name="Submit" type="submit" class="formbtn" value=" <?=gettext("Yes");?> " />
+ <input name="Submit" type="submit" class="formbtn" value=" <?=gettext("No");?> " />
</p>
</form>
<?php endif; ?>
OpenPOWER on IntegriCloud