summaryrefslogtreecommitdiffstats
path: root/src/usr/local
diff options
context:
space:
mode:
authorNOYB <Al_Stu@Frontier.com>2016-03-15 01:49:03 -0700
committerNOYB <Al_Stu@Frontier.com>2016-03-15 01:49:03 -0700
commit0c501b7de4be0becc78b4372538f51789896f31a (patch)
tree631a44361627a2bb3d63a6cb39d6b006a037d7db /src/usr/local
parent8658cc0ed1127c2c7f1d84b4610db75675d914e7 (diff)
downloadpfsense-0c501b7de4be0becc78b4372538f51789896f31a.zip
pfsense-0c501b7de4be0becc78b4372538f51789896f31a.tar.gz
HTML Compliance - Interfaces
Error: Duplicate ID btnadvppp. <a class=btn btn-default btn-info href=interfaces_ppps_edit.php id=btnadvppp>
Diffstat (limited to 'src/usr/local')
-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 91a4c53..719cf16 100644
--- a/src/usr/local/www/interfaces.php
+++ b/src/usr/local/www/interfaces.php
@@ -2561,7 +2561,7 @@ $section->addInput(new Form_Button(
gettext('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(
gettext('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(
gettext('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