summaryrefslogtreecommitdiffstats
path: root/src/usr/local/www/vpn_l2tp.php
diff options
context:
space:
mode:
authorjim-p <jimp@pfsense.org>2016-03-10 09:43:32 -0500
committerjim-p <jimp@pfsense.org>2016-03-10 09:43:54 -0500
commit8f58b51b15a37311e10bf36285a239019bc07c22 (patch)
tree65d419e1632f2640af36e3606c10df688df0b2bc /src/usr/local/www/vpn_l2tp.php
parentf84e21056e51a02926f35dd373725c8f79dbf51f (diff)
downloadpfsense-8f58b51b15a37311e10bf36285a239019bc07c22.zip
pfsense-8f58b51b15a37311e10bf36285a239019bc07c22.tar.gz
More icon and button consistency fixes. Ticket #5965
Diffstat (limited to 'src/usr/local/www/vpn_l2tp.php')
-rw-r--r--src/usr/local/www/vpn_l2tp.php5
1 files changed, 1 insertions, 4 deletions
diff --git a/src/usr/local/www/vpn_l2tp.php b/src/usr/local/www/vpn_l2tp.php
index 2541def..7bc0d68 100644
--- a/src/usr/local/www/vpn_l2tp.php
+++ b/src/usr/local/www/vpn_l2tp.php
@@ -233,10 +233,7 @@ $tab_array[] = array(gettext("Configuration"), true, "vpn_l2tp.php");
$tab_array[] = array(gettext("Users"), false, "vpn_l2tp_users.php");
display_top_tabs($tab_array);
-$form = new Form(new Form_Button(
- 'Submit',
- gettext("Save")
-));
+$form = new Form();
$section = new Form_Section("Enable L2TP");
OpenPOWER on IntegriCloud