summaryrefslogtreecommitdiffstats
path: root/usr/local/www/firewall_nat.php
diff options
context:
space:
mode:
authorChris Buechler <cmb@cmb-macbook-pro.homeunix.net>2009-11-07 20:03:37 -0500
committerChris Buechler <cmb@cmb-macbook-pro.homeunix.net>2009-11-07 20:03:37 -0500
commit68b0c7ebf6d22e49bb22a4763537af2b31100156 (patch)
tree312e268ce9b6c4a8a88b98af411e51f2a9f7587c /usr/local/www/firewall_nat.php
parent537dff78f95c49a335dadfb063844dd399f3298f (diff)
downloadpfsense-68b0c7ebf6d22e49bb22a4763537af2b31100156.zip
pfsense-68b0c7ebf6d22e49bb22a4763537af2b31100156.tar.gz
show what pass/linked icons mean
Diffstat (limited to 'usr/local/www/firewall_nat.php')
-rwxr-xr-xusr/local/www/firewall_nat.php9
1 files changed, 9 insertions, 0 deletions
diff --git a/usr/local/www/firewall_nat.php b/usr/local/www/firewall_nat.php
index 4d4ba7d..4806619 100755
--- a/usr/local/www/firewall_nat.php
+++ b/usr/local/www/firewall_nat.php
@@ -313,6 +313,15 @@ echo "<script type=\"text/javascript\" language=\"javascript\" src=\"/javascript
</td>
</tr>
</table>
+ <table class="tabcont" width="100%" border="0" cellspacing="0" cellpadding="0">
+ <tr>
+ <td width="16"><img src="./themes/<?= $g['theme']; ?>/images/icons/icon_pass.gif" width="11" height="11"></td>
+ <td>pass</td>
+ <td width="14"></td>
+ <td width="16"><img src="./themes/<?= $g['theme']; ?>/images/icons/icon_chain.png" width="11" height="11"></td>
+ <td>linked rule</td>
+ </tr>
+ </table>
</div>
</td>
</tr>
OpenPOWER on IntegriCloud