summaryrefslogtreecommitdiffstats
path: root/src/usr/local/www/services_ntpd_acls.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_ntpd_acls.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_ntpd_acls.php')
-rw-r--r--src/usr/local/www/services_ntpd_acls.php12
1 files changed, 8 insertions, 4 deletions
diff --git a/src/usr/local/www/services_ntpd_acls.php b/src/usr/local/www/services_ntpd_acls.php
index 08ff080..623d049 100644
--- a/src/usr/local/www/services_ntpd_acls.php
+++ b/src/usr/local/www/services_ntpd_acls.php
@@ -317,8 +317,10 @@ foreach ($networkacl as $item) {
$group->add(new Form_Button(
'deleterow' . $counter,
- 'Delete'
- ))->removeClass('btn-primary')->addClass('btn-warning');
+ 'Delete',
+ null,
+ 'fa-trash'
+ ))->addClass('btn-warning');
$group->addClass('repeatable');
$section->add($group);
@@ -328,8 +330,10 @@ foreach ($networkacl as $item) {
$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