Revision 05c90549
Added by Seth Mos about 18 years ago
usr/local/www/firewall_nat_1to1.php | ||
---|---|---|
99 | 99 |
<td width="20%" class="listhdrr">External IP</td> |
100 | 100 |
<td width="20%" class="listhdrr">Internal IP</td> |
101 | 101 |
<td width="40%" class="listhdr">Description</td> |
102 |
<td width="10%" class="list"></td> |
|
102 |
<td width="10%" class="list"> |
|
103 |
<table border="0" cellspacing="0" cellpadding="1"> |
|
104 |
<tr> |
|
105 |
<td width="17"></td> |
|
106 |
<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> |
|
107 |
</tr> |
|
108 |
</table> |
|
109 |
</td> |
|
103 | 110 |
</tr> |
104 | 111 |
<?php $i = 0; foreach ($a_1to1 as $natent): ?> |
105 | 112 |
<tr> |
... | ... | |
137 | 144 |
<td class="list"> |
138 | 145 |
<table border="0" cellspacing="0" cellpadding="1"> |
139 | 146 |
<tr> |
147 |
<td width="17"></td> |
|
140 | 148 |
<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> |
141 | 149 |
</tr> |
142 | 150 |
</table> |
Also available in: Unified diff
Add a plus button on the top header of these pages.
This to make it easier on large configurations.