summaryrefslogtreecommitdiffstats
path: root/usr/local/www/firewall_rules.php
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2010-07-11 23:37:06 -0400
committerScott Ullrich <sullrich@pfsense.org>2010-07-11 23:37:06 -0400
commitc662cc9d59835e302d559a34435c0c8ce3e55f8e (patch)
tree93034d5cd8cf389720bce7916fc6a2cc6593da3b /usr/local/www/firewall_rules.php
parenteea1e0c520939830567d88490d279554a26444c2 (diff)
downloadpfsense-c662cc9d59835e302d559a34435c0c8ce3e55f8e.zip
pfsense-c662cc9d59835e302d559a34435c0c8ce3e55f8e.tar.gz
Add hint about drag and drop reordering
Diffstat (limited to 'usr/local/www/firewall_rules.php')
-rwxr-xr-xusr/local/www/firewall_rules.php16
1 files changed, 12 insertions, 4 deletions
diff --git a/usr/local/www/firewall_rules.php b/usr/local/www/firewall_rules.php
index 0d63526..553c251 100755
--- a/usr/local/www/firewall_rules.php
+++ b/usr/local/www/firewall_rules.php
@@ -735,13 +735,21 @@ echo "<script type=\"text/javascript\" language=\"javascript\" src=\"/javascript
</tr>
<tr>
<td colspan="10">
- <p>
- <strong><span class="red">Hint:<br>
- </span></strong>Rules are evaluated on a first-match basis (i.e.
+ &nbsp;<p/>
+ <strong>
+ <span class="red">Hint:</span>
+ </strong><br>
+ <ul>
+ <li>Rules are evaluated on a first-match basis (i.e.
the action of the first rule to match a packet will be executed).
This means that if you use block rules, you'll have to pay attention
to the rule order. Everything that isn't explicitly passed is blocked
- by default.</p>
+ by default.
+</li>
+<li>
+ You may drag and drop rules using your mouse to reorder the rule ordering.
+</li>
+</ul>
</td>
</tr>
</table>
OpenPOWER on IntegriCloud