summaryrefslogtreecommitdiffstats
path: root/src/usr/local/www/services_unbound_host_edit.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_unbound_host_edit.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_unbound_host_edit.php')
-rw-r--r--src/usr/local/www/services_unbound_host_edit.php8
1 files changed, 5 insertions, 3 deletions
diff --git a/src/usr/local/www/services_unbound_host_edit.php b/src/usr/local/www/services_unbound_host_edit.php
index 47e3350..3ae8c7f 100644
--- a/src/usr/local/www/services_unbound_host_edit.php
+++ b/src/usr/local/www/services_unbound_host_edit.php
@@ -320,8 +320,10 @@ if ($pconfig['aliases']['item']) {
$group->add(new Form_Button(
'deleterow' . $counter,
- 'Delete'
- ))->removeClass('btn-primary')->addClass('btn-warning');
+ 'Delete',
+ null,
+ 'fa-trash'
+ ))->addClass('btn-warning');
$section->add($group);
$counter++;
@@ -330,7 +332,7 @@ if ($pconfig['aliases']['item']) {
$form->addGlobal(new Form_Button(
'addrow',
- 'Add host name',
+ 'Add Host Name',
null,
'fa-plus'
))->removeClass('btn-primary')->addClass('btn-success addbtn');
OpenPOWER on IntegriCloud