summaryrefslogtreecommitdiffstats
path: root/usr/local/www/firewall_nat.php
diff options
context:
space:
mode:
authorRenato Botelho <garga@FreeBSD.org>2013-02-21 16:30:42 -0300
committerRenato Botelho <garga@FreeBSD.org>2013-02-21 16:30:42 -0300
commit5d764d64b999cd2f1c9b00c62771a18e05b52025 (patch)
tree9e50101171dc423becce01507bb023a01bcc432d /usr/local/www/firewall_nat.php
parent3202763c8bdd2cd6821be7bc21829085548cc504 (diff)
downloadpfsense-5d764d64b999cd2f1c9b00c62771a18e05b52025.zip
pfsense-5d764d64b999cd2f1c9b00c62771a18e05b52025.tar.gz
Insert new NAT rules on the top of the list when top plus icon is used. Fixes #1118
Diffstat (limited to 'usr/local/www/firewall_nat.php')
-rwxr-xr-xusr/local/www/firewall_nat.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/local/www/firewall_nat.php b/usr/local/www/firewall_nat.php
index 75d675d..27d7eff 100755
--- a/usr/local/www/firewall_nat.php
+++ b/usr/local/www/firewall_nat.php
@@ -216,7 +216,7 @@ echo "<script type=\"text/javascript\" language=\"javascript\" src=\"/javascript
<input name="del" type="image" src="./themes/<?= $g['theme']; ?>/images/icons/icon_x.gif" width="17" height="17" title="<?=gettext("delete selected rules"); ?>" onclick="return confirm('<?=gettext("Do you really want to delete the selected rules?");?>')">
<?php endif; ?>
</td>
- <td><a href="firewall_nat_edit.php"><img src="/themes/<?= $g['theme']; ?>/images/icons/icon_plus.gif" width="17" height="17" border="0"></a></td>
+ <td><a href="firewall_nat_edit.php?after=-1"><img src="/themes/<?= $g['theme']; ?>/images/icons/icon_plus.gif" width="17" height="17" border="0"></a></td>
</tr>
</table>
</td>
OpenPOWER on IntegriCloud