summaryrefslogtreecommitdiffstats
path: root/src/usr/local/www/system_advanced_notifications.php
diff options
context:
space:
mode:
authorStephen Beaver <sbeaver@netgate.com>2015-09-03 12:55:13 -0400
committerStephen Beaver <sbeaver@netgate.com>2015-09-03 12:55:13 -0400
commitd49e59fbacb5051a614da7ae8fcf126e6e621a05 (patch)
tree8f8fcd4322ca6447880014733028bcffe7958e11 /src/usr/local/www/system_advanced_notifications.php
parent6ff057046410d13ac5e499733a3e005a14a4e6b8 (diff)
downloadpfsense-d49e59fbacb5051a614da7ae8fcf126e6e621a05.zip
pfsense-d49e59fbacb5051a614da7ae8fcf126e6e621a05.tar.gz
Fixed 5086
Now has its own section
Diffstat (limited to 'src/usr/local/www/system_advanced_notifications.php')
-rw-r--r--src/usr/local/www/system_advanced_notifications.php4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/usr/local/www/system_advanced_notifications.php b/src/usr/local/www/system_advanced_notifications.php
index bec0c4d..438d00d 100644
--- a/src/usr/local/www/system_advanced_notifications.php
+++ b/src/usr/local/www/system_advanced_notifications.php
@@ -327,6 +327,10 @@ $section->addInput(new Form_Input(
))->setHelp('A test notification will be sent even if the service is '.
'marked as disabled.');
+$form->add($section);
+
+$section = new Form_Section('Sounds');
+
$section->addInput(new Form_Checkbox(
'disablebeep',
'Startup/Shutdown Sound',
OpenPOWER on IntegriCloud