summaryrefslogtreecommitdiffstats
path: root/src/usr/local/www/services_dhcp_edit.php
diff options
context:
space:
mode:
authorjim-p <jimp@pfsense.org>2016-03-10 11:48:24 -0500
committerjim-p <jimp@pfsense.org>2016-03-10 11:50:02 -0500
commit3314e62607ec87002f4ba22091b8d378dd512954 (patch)
tree95fcae513e3814360517f431be7c2bbe71d7e2b3 /src/usr/local/www/services_dhcp_edit.php
parent5542d06937f95f15c11a47870a0c42875133f016 (diff)
downloadpfsense-3314e62607ec87002f4ba22091b8d378dd512954.zip
pfsense-3314e62607ec87002f4ba22091b8d378dd512954.tar.gz
Advanced button consistency. Ticket #5965
Diffstat (limited to 'src/usr/local/www/services_dhcp_edit.php')
-rw-r--r--src/usr/local/www/services_dhcp_edit.php24
1 files changed, 15 insertions, 9 deletions
diff --git a/src/usr/local/www/services_dhcp_edit.php b/src/usr/local/www/services_dhcp_edit.php
index dc4dd92..1bf03c6 100644
--- a/src/usr/local/www/services_dhcp_edit.php
+++ b/src/usr/local/www/services_dhcp_edit.php
@@ -592,14 +592,16 @@ $section->addInput(new Form_Input(
$btndyndns = new Form_Button(
'btndyndns',
- 'Advanced'
+ 'Advanced',
+ null,
+ 'fa-cog'
);
-$btndyndns->removeClass('btn-primary')->addClass('btn-default btn-sm');
+$btndyndns->addClass('btn-info btn-sm');
$section->addInput(new Form_StaticText(
'Dynamic DNS',
- $btndyndns . '&nbsp;' . 'Show dynamic DNS settings'
+ $btndyndns
));
$section->addInput(new Form_Checkbox(
@@ -638,14 +640,16 @@ $section->addInput(new Form_Input(
$btnntp = new Form_Button(
'btnntp',
- 'Advanced'
+ 'Advanced',
+ null,
+ 'fa-cog'
);
-$btnntp->removeClass('btn-primary')->addClass('btn-default btn-sm');
+$btnntp->addClass('btn-info btn-sm');
$section->addInput(new Form_StaticText(
'NTP servers',
- $btnntp . '&nbsp;' . 'Show NTP Configuration'
+ $btnntp
));
$group = new Form_Group('NTP Servers');
@@ -672,14 +676,16 @@ $section->add($group);
$btntftp = new Form_Button(
'btntftp',
- 'Advanced'
+ 'Advanced',
+ null,
+ 'fa-cog'
);
-$btntftp->removeClass('btn-primary')->addClass('btn-default btn-sm');
+$btntftp->addClass('btn-info btn-sm');
$section->addInput(new Form_StaticText(
'TFTP servers',
- $btntftp . '&nbsp;' . 'Show TFTP Configuration'
+ $btntftp
));
$section->addInput(new Form_Input(
OpenPOWER on IntegriCloud