summaryrefslogtreecommitdiffstats
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
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.
-rw-r--r--usr/local/www/system_advanced_admin.php26
-rw-r--r--usr/local/www/system_advanced_firewall.php26
-rw-r--r--usr/local/www/system_advanced_misc.php28
-rw-r--r--usr/local/www/system_advanced_network.php26
-rw-r--r--usr/local/www/system_advanced_sysctl.php26
5 files changed, 56 insertions, 76 deletions
diff --git a/usr/local/www/system_advanced_admin.php b/usr/local/www/system_advanced_admin.php
index 9d9ba8c..1517de8 100644
--- a/usr/local/www/system_advanced_admin.php
+++ b/usr/local/www/system_advanced_admin.php
@@ -191,18 +191,6 @@ function prot_change() {
<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", true, "system_advanced_admin.php");
@@ -215,9 +203,17 @@ function prot_change() {
</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">webConfigurator</td>
</tr>
diff --git a/usr/local/www/system_advanced_firewall.php b/usr/local/www/system_advanced_firewall.php
index f6fe868..74512cf 100644
--- a/usr/local/www/system_advanced_firewall.php
+++ b/usr/local/www/system_advanced_firewall.php
@@ -156,18 +156,6 @@ function update_description(itemnum) {
<form action="system_advanced_firewall.php" method="post" name="iform" id="iform">
<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 class="tabnavtbl">
<?php
$tab_array = array();
@@ -182,9 +170,17 @@ function update_description(itemnum) {
</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">Firewall Advanced</td>
</tr>
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>
diff --git a/usr/local/www/system_advanced_network.php b/usr/local/www/system_advanced_network.php
index 1f9d12d..275bbf0 100644
--- a/usr/local/www/system_advanced_network.php
+++ b/usr/local/www/system_advanced_network.php
@@ -139,18 +139,6 @@ function enable_change(enable_over) {
<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");
@@ -163,9 +151,17 @@ function enable_change(enable_over) {
</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">IPv6 Options</td>
</tr>
diff --git a/usr/local/www/system_advanced_sysctl.php b/usr/local/www/system_advanced_sysctl.php
index a81494e..2ff96dc 100644
--- a/usr/local/www/system_advanced_sysctl.php
+++ b/usr/local/www/system_advanced_sysctl.php
@@ -141,18 +141,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");
@@ -166,9 +154,17 @@ include("head.inc");
</tr>
<?php if ($act != "edit" ): ?>
<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 width="20%" class="listhdrr">Tunable Name</td>
<td width="60%" class="listhdrr">Description</td>
OpenPOWER on IntegriCloud