summaryrefslogtreecommitdiffstats
path: root/src/usr/local/www/system_gateways_edit.php
diff options
context:
space:
mode:
Diffstat (limited to 'src/usr/local/www/system_gateways_edit.php')
-rw-r--r--src/usr/local/www/system_gateways_edit.php6
1 files changed, 4 insertions, 2 deletions
diff --git a/src/usr/local/www/system_gateways_edit.php b/src/usr/local/www/system_gateways_edit.php
index bd6d8f7..92532dd 100644
--- a/src/usr/local/www/system_gateways_edit.php
+++ b/src/usr/local/www/system_gateways_edit.php
@@ -713,13 +713,15 @@ if (!(!empty($pconfig['latencylow']) || !empty($pconfig['latencyhigh']) ||
$btnadvanced = new Form_Button(
'toggle-advanced',
- 'Advanced options'
+ 'Advanced Options',
+ null,
+ 'fa-cog'
);
$advdflt = true;
$btnadvanced->toggles('.advanced-options')->setAttribute('type', 'button');
- $btnadvanced->removeClass('btn-primary')->addClass('btn-default');
+ $btnadvanced->addClass('btn-info');
$section->addInput(new Form_StaticText(
null,
OpenPOWER on IntegriCloud