summaryrefslogtreecommitdiffstats
path: root/src/usr/local/www/services_pppoe_edit.php
diff options
context:
space:
mode:
Diffstat (limited to 'src/usr/local/www/services_pppoe_edit.php')
-rw-r--r--src/usr/local/www/services_pppoe_edit.php12
1 files changed, 8 insertions, 4 deletions
diff --git a/src/usr/local/www/services_pppoe_edit.php b/src/usr/local/www/services_pppoe_edit.php
index 371cbd7..c381007 100644
--- a/src/usr/local/www/services_pppoe_edit.php
+++ b/src/usr/local/www/services_pppoe_edit.php
@@ -554,8 +554,10 @@ if ($usernames != "") {
$group->add(new Form_Button(
'deleterow' . $counter,
- 'Delete'
- ))->removeClass('btn-primary')->addClass('btn-warning');
+ 'Delete',
+ null,
+ 'fa-trash'
+ ))->addClass('btn-warning');
$section->add($group);
@@ -565,10 +567,12 @@ if ($usernames != "") {
$btnaddrow = new Form_Button(
'addrow',
- 'Add user'
+ 'Add user',
+ null,
+ 'fa-plus'
);
-$btnaddrow->removeClass('btn-primary')->addClass('btn-success');
+$btnaddrow->addClass('btn-success');
$section->addInput(new Form_StaticText(
null,
OpenPOWER on IntegriCloud