From 8f58b51b15a37311e10bf36285a239019bc07c22 Mon Sep 17 00:00:00 2001 From: jim-p Date: Thu, 10 Mar 2016 09:43:32 -0500 Subject: More icon and button consistency fixes. Ticket #5965 --- src/usr/local/www/firewall_nat_1to1_edit.php | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'src/usr/local/www/firewall_nat_1to1_edit.php') diff --git a/src/usr/local/www/firewall_nat_1to1_edit.php b/src/usr/local/www/firewall_nat_1to1_edit.php index e1dcd95..585d318 100644 --- a/src/usr/local/www/firewall_nat_1to1_edit.php +++ b/src/usr/local/www/firewall_nat_1to1_edit.php @@ -392,10 +392,7 @@ if ($input_errors) { print_input_errors($input_errors); } -$form = new Form(new Form_Button( - 'Submit', - gettext("Save") -)); +$form = new Form(); $section = new Form_Section('Edit NAT 1:1 Entry'); -- cgit v1.1