summaryrefslogtreecommitdiffstats
path: root/src/usr/local/www/system_advanced_notifications.php
diff options
context:
space:
mode:
authorjim-p <jimp@pfsense.org>2016-03-10 08:26:05 -0500
committerjim-p <jimp@pfsense.org>2016-03-10 08:26:36 -0500
commit3b36f1a78d6c8adf5b8da17ec309018c0dec2277 (patch)
tree6a2db51dfbd3b742a411af0bff3987350521a820 /src/usr/local/www/system_advanced_notifications.php
parent0c35ea41cadd8eda9463df69b861af1461b82af7 (diff)
downloadpfsense-3b36f1a78d6c8adf5b8da17ec309018c0dec2277.zip
pfsense-3b36f1a78d6c8adf5b8da17ec309018c0dec2277.tar.gz
Make the Notification settings test buttons consistent with other buttons in the GUI. Ticket #5965
Diffstat (limited to 'src/usr/local/www/system_advanced_notifications.php')
-rw-r--r--src/usr/local/www/system_advanced_notifications.php16
1 files changed, 8 insertions, 8 deletions
diff --git a/src/usr/local/www/system_advanced_notifications.php b/src/usr/local/www/system_advanced_notifications.php
index dec5a36..4235c3b 100644
--- a/src/usr/local/www/system_advanced_notifications.php
+++ b/src/usr/local/www/system_advanced_notifications.php
@@ -277,11 +277,11 @@ $section->addPassword(new Form_Input(
$pconfig['password']
))->setHelp('Enter the password of the remote growl notification device.');
-$section->addInput(new Form_Input(
+$section->addInput(new Form_Button(
'test-growl',
- 'Test Growl',
- 'submit',
- 'Test Growl settings'
+ 'Test Growl Settings',
+ null,
+ 'fa-rss'
))->addClass('btn-info')->setHelp('A test notification will be sent even if the service is '.
'marked as disabled.');
@@ -368,11 +368,11 @@ $section->addInput(new Form_Select(
$smtp_authentication_mechanisms
))->setHelp('Select the authentication mechanism used by the SMTP server. Most work with PLAIN, some servers like Exchange or Office365 might require LOGIN. ');
-$section->addInput(new Form_Input(
+$section->addInput(new Form_Button(
'test-smtp',
- 'Test SMTP',
- 'submit',
- 'Test SMTP settings'
+ 'Test SMTP Settings',
+ null,
+ 'fa-send'
))->addClass('btn-info')->setHelp('A test notification will be sent even if the service is '.
'marked as disabled. The last SAVED values will be used, not necessarily the values entered here.');
OpenPOWER on IntegriCloud