summaryrefslogtreecommitdiffstats
path: root/usr/local/www/reboot.php
diff options
context:
space:
mode:
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