summaryrefslogtreecommitdiffstats
path: root/usr/local/www/firewall_nat.php
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2009-11-21 19:41:35 -0500
committerScott Ullrich <sullrich@pfsense.org>2009-11-21 19:41:35 -0500
commit1b43f08fb6a92706b5d33cb2c40aad499164e33c (patch)
treefa38a38099172701ab5775a4c896de084a0accf7 /usr/local/www/firewall_nat.php
parent1a03cf690dca85bd89eac05c25f0b0d9c08c36a3 (diff)
downloadpfsense-1b43f08fb6a92706b5d33cb2c40aad499164e33c.zip
pfsense-1b43f08fb6a92706b5d33cb2c40aad499164e33c.tar.gz
Move linked rule below pass icon. Cleanup tables
Diffstat (limited to 'usr/local/www/firewall_nat.php')
-rwxr-xr-xusr/local/www/firewall_nat.php13
1 files changed, 6 insertions, 7 deletions
diff --git a/usr/local/www/firewall_nat.php b/usr/local/www/firewall_nat.php
index 3516c6f..41ecbe9 100755
--- a/usr/local/www/firewall_nat.php
+++ b/usr/local/www/firewall_nat.php
@@ -315,15 +315,14 @@ echo "<script type=\"text/javascript\" language=\"javascript\" src=\"/javascript
</tr>
</table>
</td>
- </tr>
- </table>
- <table class="tabcont" width="100%" border="0" cellspacing="0" cellpadding="0">
+ </tr>
<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>
+ <td colspan="3">pass</td>
+ </tr>
+ <tr>
+ <td width="14"><img src="./themes/<?= $g['theme']; ?>/images/icons/icon_chain.png" width="11" height="11"></td>
+ <td colspan="3">linked rule</td>
</tr>
</table>
</div>
OpenPOWER on IntegriCloud