summaryrefslogtreecommitdiffstats
path: root/usr/local/www/system_advanced_network.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_network.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_network.php')
-rw-r--r--usr/local/www/system_advanced_network.php26
1 files changed, 11 insertions, 15 deletions
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>
OpenPOWER on IntegriCloud