diff --git a/src/www/firewall_nat.php b/src/www/firewall_nat.php
index 718659bda..5555e837e 100644
--- a/src/www/firewall_nat.php
+++ b/src/www/firewall_nat.php
@@ -283,7 +283,7 @@ $( document ).ready(function() {
* |
* |
=$lockout_intf_name?> =gettext("address");?> |
- =implode(' ', filter_core_antilockout_ports());?> |
+ =implode(', ', filter_core_antilockout_ports());?> |
* |
* |
=gettext("Anti-Lockout Rule");?> |
diff --git a/src/www/firewall_rules.php b/src/www/firewall_rules.php
index e03f4f7bf..cbf23f4de 100644
--- a/src/www/firewall_rules.php
+++ b/src/www/firewall_rules.php
@@ -124,6 +124,10 @@ if (isset($_GET['category'])) {
include("head.inc");
+$main_buttons = array(
+ array('label' => gettext('Add'), 'href' => 'firewall_rules_edit.php?if=' . $selected_if),
+);
+
?>