summaryrefslogtreecommitdiffstats
path: root/usr/local/www/reboot.php
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2006-01-07 19:21:37 +0000
committerScott Ullrich <sullrich@pfsense.org>2006-01-07 19:21:37 +0000
commit3ee1422f04e56306242a11f4a4ab0dbf66bde178 (patch)
tree7ea6179cfa946c4116f5b41f7efc074afeffae97 /usr/local/www/reboot.php
parent17bb57e64fb893b36fb5ebb5477b0bc50d726335 (diff)
downloadpfsense-3ee1422f04e56306242a11f4a4ab0dbf66bde178.zip
pfsense-3ee1422f04e56306242a11f4a4ab0dbf66bde178.tar.gz
MFC 9162
Make the order of "Yes" and "No" consistent across Halt, Reboot, and Factory Default Pages. Submitted-by: Rajkumar S <rajkumars@asianetindia.com>
Diffstat (limited to 'usr/local/www/reboot.php')
-rwxr-xr-xusr/local/www/reboot.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/local/www/reboot.php b/usr/local/www/reboot.php
index 3863795..95c6f04 100755
--- a/usr/local/www/reboot.php
+++ b/usr/local/www/reboot.php
@@ -48,8 +48,8 @@ if ($_POST) {
<form action="reboot.php" method="post">
<p><strong>Are you sure you want to reboot the system?</strong></p>
<p>
- <input name="Submit" type="submit" class="formbtn" value=" No ">
<input name="Submit" type="submit" class="formbtn" value=" Yes ">
+ <input name="Submit" type="submit" class="formbtn" value=" No ">
</p>
</form>
<?php endif; ?>
OpenPOWER on IntegriCloud