summaryrefslogtreecommitdiffstats
path: root/src/usr
diff options
context:
space:
mode:
authorStephen Beaver <sbeaver@netgate.com>2016-03-15 10:39:23 -0400
committerStephen Beaver <sbeaver@netgate.com>2016-03-15 10:39:23 -0400
commit3671cb401a5a3e1007bc48046319502ea64b3263 (patch)
tree3359097092e9e30708f52e8acf92989023220b1e /src/usr
parentfaab522fa51ec83c0284e3f1fc6129580d7360f7 (diff)
parent0c501b7de4be0becc78b4372538f51789896f31a (diff)
downloadpfsense-3671cb401a5a3e1007bc48046319502ea64b3263.zip
pfsense-3671cb401a5a3e1007bc48046319502ea64b3263.tar.gz
Merge pull request #2737 from NOYB/HTML_Compliance_-_Interfaces
Diffstat (limited to 'src/usr')
-rw-r--r--src/usr/local/www/interfaces.php6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/usr/local/www/interfaces.php b/src/usr/local/www/interfaces.php
index 8d78d20..45835c4 100644
--- a/src/usr/local/www/interfaces.php
+++ b/src/usr/local/www/interfaces.php
@@ -2561,7 +2561,7 @@ $section->addInput(new Form_Button(
'Advanced PPP',
isset($pconfig['pppid']) ? 'interfaces_ppps_edit.php?id=' . htmlspecialchars($pconfig['pppid']) : 'interfaces_ppps_edit.php',
'fa-cog'
-))->addClass('btn-info')->setHelp('Create a new PPP configuration');
+))->addClass('btn-info')->setAttribute('id')->setHelp('Create a new PPP configuration');
$form->add($section);
@@ -2687,7 +2687,7 @@ $section->addInput(new Form_Button(
'Advanced and MLPPP',
isset($pconfig['pppid']) ? 'interfaces_ppps_edit.php?id=' . htmlspecialchars($pconfig['pppid']) : 'interfaces_ppps_edit.php',
'fa-cog'
-))->addClass('btn-info')->setHelp('Click for additional PPPoE configuration options. Save first if changes have been made.');
+))->addClass('btn-info')->setAttribute('id')->setHelp('Click for additional PPPoE configuration options. Save first if changes have been made.');
$form->add($section);
@@ -2750,7 +2750,7 @@ $section->addInput(new Form_Button(
'Advanced and MLPPP',
isset($pconfig['pppid']) ? 'interfaces_ppps_edit.php?id=' . htmlspecialchars($pconfig['pppid']) : 'interfaces_ppps_edit.php',
'fa-cog'
-))->addClass('btn-info')->setHelp($mlppp_text . 'Click for additional PPTP and L2TP configuration options. Save first if changes have been made.');
+))->addClass('btn-info')->setAttribute('id')->setHelp($mlppp_text . 'Click for additional PPTP and L2TP configuration options. Save first if changes have been made.');
$form->add($section);
OpenPOWER on IntegriCloud