summaryrefslogtreecommitdiffstats
path: root/src/usr/local/www/firewall_nat.php
diff options
context:
space:
mode:
authorStephen Beaver <sbeaver@netgate.com>2015-12-07 08:28:30 -0500
committerStephen Beaver <sbeaver@netgate.com>2015-12-07 08:29:29 -0500
commit314e439e42cb6fa763e16fdbf4a505301c0dc378 (patch)
tree908785d0e94dcbb339beb9c4aa6482d54079a3f6 /src/usr/local/www/firewall_nat.php
parentd315b34169bc6aec22d8d55aa38223b9cd71c57b (diff)
downloadpfsense-314e439e42cb6fa763e16fdbf4a505301c0dc378.zip
pfsense-314e439e42cb6fa763e16fdbf4a505301c0dc378.tar.gz
Fixed #5601
COnfirmation is automatically added to fa-trash icon, so explicit on-click is no longer required
Diffstat (limited to 'src/usr/local/www/firewall_nat.php')
-rw-r--r--src/usr/local/www/firewall_nat.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/usr/local/www/firewall_nat.php b/src/usr/local/www/firewall_nat.php
index c67c3cc..e89e934 100644
--- a/src/usr/local/www/firewall_nat.php
+++ b/src/usr/local/www/firewall_nat.php
@@ -353,7 +353,7 @@ foreach ($a_nat as $natent):
<td>
<a class="fa fa-pencil" title="<?=gettext("Edit rule"); ?>" href="firewall_nat_edit.php?id=<?=$i?>"></a>
<a class="fa fa-clone" title="<?=gettext("Add a new NAT based on this one")?>" href="firewall_nat_edit.php?dup=<?=$i?>"></a>
- <a class="fa fa-trash" title="<?=gettext("Delete rule")?>" href="firewall_nat.php?act=del&amp;id=<?=$i?>" onclick="return confirm('<?=gettext("Are you sure you want to delete this rule?")?>')"></a>
+ <a class="fa fa-trash" title="<?=gettext("Delete rule")?>" href="firewall_nat.php?act=del&amp;id=<?=$i?>"></a>
</td>
</tr>
<?php
OpenPOWER on IntegriCloud