summaryrefslogtreecommitdiffstats
path: root/usr/local/www/firewall_nat_1to1.php
diff options
context:
space:
mode:
authorSeth Mos <seth.mos@xs4all.nl>2007-05-08 22:06:49 +0000
committerSeth Mos <seth.mos@xs4all.nl>2007-05-08 22:06:49 +0000
commit05c90549fbe658142faf596957bc82b7c3ffd44e (patch)
tree74953e059599bf6932ffdab479682ef29dec4edb /usr/local/www/firewall_nat_1to1.php
parentdac733453af43ba3854249836a57fc0f73f75b99 (diff)
downloadpfsense-05c90549fbe658142faf596957bc82b7c3ffd44e.zip
pfsense-05c90549fbe658142faf596957bc82b7c3ffd44e.tar.gz
Add a plus button on the top header of these pages.
This to make it easier on large configurations.
Diffstat (limited to 'usr/local/www/firewall_nat_1to1.php')
-rwxr-xr-xusr/local/www/firewall_nat_1to1.php10
1 files changed, 9 insertions, 1 deletions
diff --git a/usr/local/www/firewall_nat_1to1.php b/usr/local/www/firewall_nat_1to1.php
index f061e7b..f19c9a0 100755
--- a/usr/local/www/firewall_nat_1to1.php
+++ b/usr/local/www/firewall_nat_1to1.php
@@ -99,7 +99,14 @@ include("head.inc");
<td width="20%" class="listhdrr">External IP</td>
<td width="20%" class="listhdrr">Internal IP</td>
<td width="40%" class="listhdr">Description</td>
- <td width="10%" class="list"></td>
+ <td width="10%" class="list">
+ <table border="0" cellspacing="0" cellpadding="1">
+ <tr>
+ <td width="17"></td>
+ <td valign="middle"><a href="firewall_nat_1to1_edit.php"><img src="/themes/<?= $g['theme']; ?>/images/icons/icon_plus.gif" width="17" height="17" border="0" title="add rule"></a></td>
+ </tr>
+ </table>
+ </td>
</tr>
<?php $i = 0; foreach ($a_1to1 as $natent): ?>
<tr>
@@ -137,6 +144,7 @@ include("head.inc");
<td class="list">
<table border="0" cellspacing="0" cellpadding="1">
<tr>
+ <td width="17"></td>
<td valign="middle"><a href="firewall_nat_1to1_edit.php"><img src="/themes/<?= $g['theme']; ?>/images/icons/icon_plus.gif" width="17" height="17" border="0" title="add rule"></a></td>
</tr>
</table>
OpenPOWER on IntegriCloud