summaryrefslogtreecommitdiffstats
path: root/usr
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.homeunix.net>2009-07-12 01:32:04 -0400
committerScott Ullrich <sullrich@pfsense.homeunix.net>2009-07-12 01:32:04 -0400
commit55e90dabc2bd819efbaa8d319a8587e30e18ad58 (patch)
tree697d389a0178c054b334e7e82536dc67c44dde8a /usr
parent168171d31c44fb037ee3d95ecac9ca8f8c6f26e8 (diff)
downloadpfsense-55e90dabc2bd819efbaa8d319a8587e30e18ad58.zip
pfsense-55e90dabc2bd819efbaa8d319a8587e30e18ad58.tar.gz
Move save button outside of if statement and remove extra blank seperator
Diffstat (limited to 'usr')
-rw-r--r--usr/local/www/system_advanced_network.php5
1 files changed, 1 insertions, 4 deletions
diff --git a/usr/local/www/system_advanced_network.php b/usr/local/www/system_advanced_network.php
index bba5404..a7c6de7 100644
--- a/usr/local/www/system_advanced_network.php
+++ b/usr/local/www/system_advanced_network.php
@@ -234,9 +234,6 @@ function enable_change(enable_over) {
This option will suppress ARP log messages when multiple interfaces reside on the same broadcast domain</strong>
</td>
</tr>
- <tr>
- <td colspan="2" class="list" height="12">&nbsp;</td>
- </tr>
<?php
$version = get_freebsd_version();
if($version == "8"):
@@ -256,6 +253,7 @@ function enable_change(enable_over) {
as well as providing stateful load balancing when used with RADIX_MPATH.
</td>
</tr>
+<?php endif; ?>
<tr>
<td colspan="2" class="list" height="12">&nbsp;</td>
</tr>
@@ -263,7 +261,6 @@ function enable_change(enable_over) {
<td width="22%" valign="top">&nbsp;</td>
<td width="78%"><input name="Submit" type="submit" class="formbtn" value="Save" /></td>
</tr>
-<?php endif; ?>
</table>
</div>
</td>
OpenPOWER on IntegriCloud