summaryrefslogtreecommitdiffstats
path: root/src/usr/local/www/services_dnsmasq_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_dnsmasq_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_dnsmasq_edit.php')
-rw-r--r--src/usr/local/www/services_dnsmasq_edit.php10
1 files changed, 6 insertions, 4 deletions
diff --git a/src/usr/local/www/services_dnsmasq_edit.php b/src/usr/local/www/services_dnsmasq_edit.php
index 17c892c..7af494e 100644
--- a/src/usr/local/www/services_dnsmasq_edit.php
+++ b/src/usr/local/www/services_dnsmasq_edit.php
@@ -319,8 +319,10 @@ if ($pconfig['aliases']['item']) {
$group->add(new Form_Button(
'deleterow' . $counter,
- 'Delete'
- ))->removeClass('btn-primary')->addClass('btn-warning');
+ 'Delete',
+ null,
+ 'fa-plus'
+ ))->addClass('btn-warning');
$section->add($group);
$counter++;
@@ -329,10 +331,10 @@ 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');
+))->addClass('btn-success addbtn');
$form->add($section);
print($form);
OpenPOWER on IntegriCloud