summaryrefslogtreecommitdiffstats
path: root/usr/local/www/firewall_rules_edit.php
diff options
context:
space:
mode:
authorErmal Luçi <eri@pfsense.org>2008-02-10 18:49:51 +0000
committerErmal Luçi <eri@pfsense.org>2008-02-10 18:49:51 +0000
commite6db3f584c512cfec67e2411380d30e57bc40707 (patch)
tree7cc03ad78f4fc53ffc7194702811d81a937c99a3 /usr/local/www/firewall_rules_edit.php
parent0cf8f600b268b4266efa369d29334c5708063cf8 (diff)
downloadpfsense-e6db3f584c512cfec67e2411380d30e57bc40707.zip
pfsense-e6db3f584c512cfec67e2411380d30e57bc40707.tar.gz
Move tag/mark options to the Advanced section.
Diffstat (limited to 'usr/local/www/firewall_rules_edit.php')
-rwxr-xr-xusr/local/www/firewall_rules_edit.php18
1 files changed, 7 insertions, 11 deletions
diff --git a/usr/local/www/firewall_rules_edit.php b/usr/local/www/firewall_rules_edit.php
index 2758898..322fc83 100755
--- a/usr/local/www/firewall_rules_edit.php
+++ b/usr/local/www/firewall_rules_edit.php
@@ -822,8 +822,12 @@ include("head.inc");
</td>
</tr>
<tr>
- <td width="22%" valign="top" class="vncellreq">Mark options</td>
- <td width="78%" class="vtable">
+ <td width="22%" valign="top" class="vncell">Advanced Options</td>
+ <td width="78%" class="vtable">
+ <div id="aoadv" name="aoadv">
+ <input type="button" onClick="show_aodiv();" value="Advanced"> - Show advanced options
+ </div>
+ <div id="aodivmain" name="aodivmain" style="display:none">
<?php if ($if == "FloatingRules" || isset($pconfig['floating'])): ?>
<input type="hidden" id="floating" name="floating" value="floating">
@@ -837,15 +841,7 @@ use this mark to match on other rules. It is called <b>Policy filtering</b>");?>
on another rule.")?>
</span> <p>
<?php endif; ?>
- </td>
- </tr>
- <tr>
- <td width="22%" valign="top" class="vncell">Advanced Options</td>
- <td width="78%" class="vtable">
- <div id="aoadv" name="aoadv">
- <input type="button" onClick="show_aodiv();" value="Advanced"> - Show advanced options
- </div>
- <div id="aodivmain" name="aodivmain" style="display:none">
+
<input name="max-src-nodes" id="max-src-nodes" value="<?php echo $pconfig['max-src-nodes'] ?>"><br> Simultaneous client connection limit<p>
<input name="max-src-states" id="max-src-states" value="<?php echo $pconfig['max-src-states'] ?>"><br> Maximum state entries per host<p>
<input name="max-src-conn-rate" id="max-src-conn-rate" value="<?php echo $pconfig['max-src-conn-rate'] ?>"> /
OpenPOWER on IntegriCloud