summaryrefslogtreecommitdiffstats
path: root/src/usr/local/www/services_router_advertisements.php
diff options
context:
space:
mode:
authorjim-p <jimp@pfsense.org>2016-03-09 15:35:03 -0500
committerjim-p <jimp@pfsense.org>2016-03-09 15:35:03 -0500
commitcd7ddae63098cb2b838b2e6b5f987a681046574f (patch)
tree5e5a1c5c7b27f4503849ccf44465bfd166d2c830 /src/usr/local/www/services_router_advertisements.php
parentdb47fd9492a0838de6a72d8b51fb480974e3114d (diff)
downloadpfsense-cd7ddae63098cb2b838b2e6b5f987a681046574f.zip
pfsense-cd7ddae63098cb2b838b2e6b5f987a681046574f.tar.gz
Icon consistency in Repeatable blocks. Ticket #5965
Diffstat (limited to 'src/usr/local/www/services_router_advertisements.php')
-rw-r--r--src/usr/local/www/services_router_advertisements.php10
1 files changed, 7 insertions, 3 deletions
diff --git a/src/usr/local/www/services_router_advertisements.php b/src/usr/local/www/services_router_advertisements.php
index ad91cd7..ed94756 100644
--- a/src/usr/local/www/services_router_advertisements.php
+++ b/src/usr/local/www/services_router_advertisements.php
@@ -358,7 +358,9 @@ foreach ($pconfig['subnets'] as $subnet) {
$group->add(new Form_Button(
'deleterow' . $counter,
- 'Delete'
+ 'Delete',
+ null,
+ 'fa-trash'
))->removeClass('btn-primary')->addClass('btn-warning');
$group->addClass('repeatable');
@@ -370,8 +372,10 @@ foreach ($pconfig['subnets'] as $subnet) {
$section->addInput(new Form_Button(
'addrow',
- 'Add'
-))->removeClass('btn-primary')->addClass('btn-success');
+ 'Add',
+ null,
+ 'fa-plus'
+))->addClass('btn-success');
$form->add($section);
OpenPOWER on IntegriCloud