diff options
author | Scott Ullrich <sullrich@pfsense.org> | 2006-01-07 19:21:37 +0000 |
---|---|---|
committer | Scott Ullrich <sullrich@pfsense.org> | 2006-01-07 19:21:37 +0000 |
commit | 3ee1422f04e56306242a11f4a4ab0dbf66bde178 (patch) | |
tree | 7ea6179cfa946c4116f5b41f7efc074afeffae97 /usr/local | |
parent | 17bb57e64fb893b36fb5ebb5477b0bc50d726335 (diff) | |
download | pfsense-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')
-rwxr-xr-x | usr/local/www/reboot.php | 2 |
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; ?> |