summaryrefslogtreecommitdiffstats
path: root/src/usr/local/www/services_igmpproxy_edit.php
diff options
context:
space:
mode:
authorjim-p <jimp@pfsense.org>2016-03-10 12:52:35 -0500
committerjim-p <jimp@pfsense.org>2016-03-10 12:52:35 -0500
commit827a3812e1c2cfee1764fc7c8565b1dd0fb1b87a (patch)
tree3abc890e57f6e9f7a31638161c398fd8bde7bf22 /src/usr/local/www/services_igmpproxy_edit.php
parentbe7ef04b984cb4185d3811c9cf2f1c45531a2584 (diff)
downloadpfsense-827a3812e1c2cfee1764fc7c8565b1dd0fb1b87a.zip
pfsense-827a3812e1c2cfee1764fc7c8565b1dd0fb1b87a.tar.gz
More icon/button inconsistencies. Ticket #5965
Diffstat (limited to 'src/usr/local/www/services_igmpproxy_edit.php')
-rw-r--r--src/usr/local/www/services_igmpproxy_edit.php8
1 files changed, 6 insertions, 2 deletions
diff --git a/src/usr/local/www/services_igmpproxy_edit.php b/src/usr/local/www/services_igmpproxy_edit.php
index ff86376..f12e1ad 100644
--- a/src/usr/local/www/services_igmpproxy_edit.php
+++ b/src/usr/local/www/services_igmpproxy_edit.php
@@ -261,7 +261,9 @@ foreach ($item as $ww) {
$group->add(new Form_Button(
'deleterow' . $counter,
- 'Delete'
+ 'Delete',
+ null,
+ 'fa-trash'
))->removeClass('btn-primary')->addClass('btn-warning');
$counter++;
@@ -270,7 +272,9 @@ foreach ($item as $ww) {
$section->addInput(new Form_Button(
'addrow',
- 'Add network'
+ 'Add network',
+ null,
+ 'fa-plus'
))->removeClass('btn-primary')->addClass('btn-success addbtn');
$form->add($section);
OpenPOWER on IntegriCloud