summaryrefslogtreecommitdiffstats
path: root/src/usr/local/www/services_ntpd_gps.php
diff options
context:
space:
mode:
Diffstat (limited to 'src/usr/local/www/services_ntpd_gps.php')
-rw-r--r--src/usr/local/www/services_ntpd_gps.php12
1 files changed, 8 insertions, 4 deletions
diff --git a/src/usr/local/www/services_ntpd_gps.php b/src/usr/local/www/services_ntpd_gps.php
index 16f5f18..099d607 100644
--- a/src/usr/local/www/services_ntpd_gps.php
+++ b/src/usr/local/www/services_ntpd_gps.php
@@ -374,14 +374,16 @@ $section->addInput(new Form_Input(
// Statistics logging section
$btnadvgps = new Form_Button(
'btnadvgps',
- 'Advanced'
+ 'Advanced',
+ null,
+ 'fa-cog'
);
-$btnadvgps->removeClass('btn-primary')->addClass('btn-default btn-sm');
+$btnadvgps->addClass('btn-info btn-sm');
$section->addInput(new Form_StaticText(
'GPS Initialization',
- $btnadvgps . ' ' . 'Show GPS Initialization commands'
+ $btnadvgps
));
$section->addInput(new Form_Textarea(
@@ -399,7 +401,9 @@ $group->add(new Form_Input(
$btncalc = new Form_Button(
'btncalc',
- 'Calculate'
+ 'Calculate',
+ null,
+ 'fa-calculator'
);
$btncalc->removeClass('btn-primary')->addClass('btn-success btn-sm');
OpenPOWER on IntegriCloud