Revision 3ee1422f
Added by Scott Ullrich over 19 years ago
usr/local/www/reboot.php | ||
---|---|---|
48 | 48 |
<form action="reboot.php" method="post"> |
49 | 49 |
<p><strong>Are you sure you want to reboot the system?</strong></p> |
50 | 50 |
<p> |
51 |
<input name="Submit" type="submit" class="formbtn" value=" No "> |
|
52 | 51 |
<input name="Submit" type="submit" class="formbtn" value=" Yes "> |
52 |
<input name="Submit" type="submit" class="formbtn" value=" No "> |
|
53 | 53 |
</p> |
54 | 54 |
</form> |
55 | 55 |
<?php endif; ?> |
Also available in: Unified diff
MFC 9162
Make the order of "Yes" and "No" consistent across Halt, Reboot, and Factory Default Pages.
Submitted-by: Rajkumar S <rajkumars@asianetindia.com>