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