Commit cdddc017 authored by Ad Schellevis's avatar Ad Schellevis

(legacy) remove unused param in firewall_nat.php

parent d302c8c3
......@@ -151,7 +151,7 @@ include("head.inc");
legacy_html_escape_form_data($a_nat);
$main_buttons = array(
array('label'=>'Add', 'href'=>'firewall_nat_edit.php?after=-1'),
array('label'=>'Add', 'href'=>'firewall_nat_edit.php'),
);
?>
......@@ -411,7 +411,7 @@ $( document ).ready(function() {
<span class="glyphicon glyphicon-remove"></span>
</a>
<?php endif; ?>
<a href="firewall_nat_edit.php?after=-1" class="btn btn-default btn-xs" data-toggle="tooltip" data-placement="left" title="<?=gettext("add new rule");?>">
<a href="firewall_nat_edit.php" class="btn btn-default btn-xs" data-toggle="tooltip" data-placement="left" title="<?=gettext("add new rule");?>">
<span class="glyphicon glyphicon-plus"></span>
</a>
</td>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment