summaryrefslogtreecommitdiffstats
path: root/usr/local/www/system_advanced_misc.php
diff options
context:
space:
mode:
authorMatthew Grooms <mgrooms@pfsense.org>2008-09-09 18:54:57 +0000
committerMatthew Grooms <mgrooms@pfsense.org>2008-09-09 18:54:57 +0000
commit2ff19bfd402a7bf89bcd7c025cc6c62c7a7cacfe (patch)
treeaf276ec0e3d287d369c292f60d5ae1f54e200fd6 /usr/local/www/system_advanced_misc.php
parent77446bebd41d59e7052d887f1d468467d0ebbe07 (diff)
downloadpfsense-2ff19bfd402a7bf89bcd7c025cc6c62c7a7cacfe.zip
pfsense-2ff19bfd402a7bf89bcd7c025cc6c62c7a7cacfe.tar.gz
Move the 'advanced users only' notice into the tab body so the tab headers
are not displaced by this message.
Diffstat (limited to 'usr/local/www/system_advanced_misc.php')
-rw-r--r--usr/local/www/system_advanced_misc.php28
1 files changed, 12 insertions, 16 deletions
diff --git a/usr/local/www/system_advanced_misc.php b/usr/local/www/system_advanced_misc.php
index 0dfd5aa..d9048d4 100644
--- a/usr/local/www/system_advanced_misc.php
+++ b/usr/local/www/system_advanced_misc.php
@@ -103,18 +103,6 @@ include("head.inc");
<table width="100%" border="0" cellpadding="0" cellspacing="0">
<tr>
<td>
- <span class="vexpl">
- <span class="red">
- <strong>Note:</strong>
- </span>
- the options on this page are intended for use by advanced users only.
- <br/>
- </span>
- <br/>
- </td>
- </tr>
- <tr>
- <td>
<?php
$tab_array = array();
$tab_array[] = array("Admin Access", false, "system_advanced_admin.php");
@@ -127,9 +115,17 @@ include("head.inc");
</td>
</tr>
<tr>
- <td>
- <div id="mainarea">
- <table class="tabcont" width="100%" border="0" cellpadding="6" cellspacing="0">
+ <td id="mainarea">
+ <div class="tabcont">
+ <span class="vexpl">
+ <span class="red">
+ <strong>NOTE:&nbsp</strong>
+ </span>
+ The options on this page are intended for use by advanced users only.
+ <br/>
+ </span>
+ <br/>
+ <table width="100%" border="0" cellpadding="6" cellspacing="0">
<tr>
<td colspan="2" valign="top" class="listtopic">Load Balancing</td>
</tr>
@@ -174,7 +170,7 @@ include("head.inc");
<td colspan="2" valign="top" class="listtopic">IP Security</td>
</tr>
<tr>
- <td width="22%" valign="top" class="vncell">IPsec SA preferral</td>
+ <td width="22%" valign="top" class="vncell">Security Assocications</td>
<td width="78%" class="vtable">
<input name="preferoldsa_enable" type="checkbox" id="preferoldsa_enable" value="yes" <?php if ($pconfig['preferoldsa_enable']) echo "checked"; ?> />
<strong>Prefer older IPsec SAs</strong>
OpenPOWER on IntegriCloud