summaryrefslogtreecommitdiffstats
path: root/src/usr/local/www/services_captiveportal_zones.php
diff options
context:
space:
mode:
authorPhil Davis <phil.davis@inf.org>2015-12-16 22:19:45 +0545
committerPhil Davis <phil.davis@inf.org>2015-12-16 22:19:45 +0545
commit8e048cc13a6eae2ab72f08f4c5d6fdc94ddf7a8a (patch)
treef63965a3be0f6c551cc973fe327d0b2fe58bf7e7 /src/usr/local/www/services_captiveportal_zones.php
parent2eb5a0bf9d69fbedc6d4e9c1b5665ce9e6396c2a (diff)
downloadpfsense-8e048cc13a6eae2ab72f08f4c5d6fdc94ddf7a8a.zip
pfsense-8e048cc13a6eae2ab72f08f4c5d6fdc94ddf7a8a.tar.gz
Code style services captive portal
Diffstat (limited to 'src/usr/local/www/services_captiveportal_zones.php')
-rw-r--r--src/usr/local/www/services_captiveportal_zones.php6
1 files changed, 4 insertions, 2 deletions
diff --git a/src/usr/local/www/services_captiveportal_zones.php b/src/usr/local/www/services_captiveportal_zones.php
index f5b1202..bcf15fc 100644
--- a/src/usr/local/www/services_captiveportal_zones.php
+++ b/src/usr/local/www/services_captiveportal_zones.php
@@ -94,11 +94,13 @@ $pgtitle = array(gettext("Services"), gettext("Captive Portal"), gettext("Zones"
$shortcut_section = "captiveportal";
include("head.inc");
-if ($savemsg)
+if ($savemsg) {
print_info_box($savemsg, success);
+}
-if (is_subsystem_dirty('captiveportal'))
+if (is_subsystem_dirty('captiveportal')) {
print_info_box_np(gettext("The Captive Portal entry list has been changed") . ".<br />" . gettext("You must apply the changes in order for them to take effect."));
+}
?>
<form action="services_captiveportal_zones.php" method="post">
<div class="panel panel-default">
OpenPOWER on IntegriCloud