Hi,

Submitting a small patch that I came across while going through pfSense for creating a new theme.

Make the order of "Yes" and "No" consistent Across Halt, Reboot and Factory 
Default pages

--- reboot.php.orig     2006-01-06 14:21:11.246945280 +0530
+++ reboot.php  2006-01-06 21:36:14.272504752 +0530
@@ -49,8 +49,8 @@
       <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; ?>

I have almost completed the orange theme, but it requires patches to about 20 php files. I am now going through the theme once again and see if I can come up with a generic enough patch set that can be applied for all themes. If some one is interested I will post couple of screen shots of the theme and the patches.

raj

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to