summaryrefslogtreecommitdiffstats
path: root/usr
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2005-04-20 22:27:16 +0000
committerScott Ullrich <sullrich@pfsense.org>2005-04-20 22:27:16 +0000
commit928db768cd97a2fb98ba7b2818149a595b6cc221 (patch)
tree9a8fd53f8289ec669df08e189e77b393a567e1ea /usr
parent3dc6bb6035a2b8ab7d15eb0a19b9819a0e7732cf (diff)
downloadpfsense-928db768cd97a2fb98ba7b2818149a595b6cc221.zip
pfsense-928db768cd97a2fb98ba7b2818149a595b6cc221.tar.gz
* Change heading.
* Move Invoke Auto Upgrade button inside the grey table
Diffstat (limited to 'usr')
-rwxr-xr-xusr/local/www/system_firmware_check.php8
1 files changed, 6 insertions, 2 deletions
diff --git a/usr/local/www/system_firmware_check.php b/usr/local/www/system_firmware_check.php
index f479198..2fc3d4c 100755
--- a/usr/local/www/system_firmware_check.php
+++ b/usr/local/www/system_firmware_check.php
@@ -86,7 +86,7 @@ function old_checkversion() {
<body link="#0000CC" vlink="#0000CC" alink="#0000CC">
<?php include("fbegin.inc"); ?>
-<p class="pgtitle">System: Firmware: Invoke Auto Upgrade</p>
+<p class="pgtitle">System: Firmware: Auto Upgrade</p>
<form action="system_firmware_auto.php" method="post">
<table width="100%" border="0" cellpadding="0" cellspacing="0">
@@ -115,6 +115,8 @@ function old_checkversion() {
<textarea border='1' bordercolordark='#000000' bordercolorlight='#000000' cols="60" rows="25" name="output" id="output" wrap="hard">
</textarea>
</center>
+ <p>
+ <center><input type="submit" value="Invoke Auto Upgrade">
</td>
</tr>
</table>
@@ -122,7 +124,9 @@ function old_checkversion() {
</tr>
</table>
-<center><input type="submit" value="Invoke Auto Upgrade">
+<p>
+
+
<?php
OpenPOWER on IntegriCloud