summaryrefslogtreecommitdiffstats
path: root/usr/local
diff options
context:
space:
mode:
authorWarren Baker <warren@decoy.co.za>2014-11-03 10:39:06 +0200
committerWarren Baker <warren@decoy.co.za>2014-11-03 12:04:42 +0200
commit1b436de1acea765e75c9155702c9b728153f8f8f (patch)
treeda31fa93485d31460596b3d0b8f6a10888b46797 /usr/local
parentbe11b6f1b88c6bf5880a9eb7b41759b62b1cf403 (diff)
downloadpfsense-1b436de1acea765e75c9155702c9b728153f8f8f.zip
pfsense-1b436de1acea765e75c9155702c9b728153f8f8f.tar.gz
Be consistent with the other pages
Diffstat (limited to 'usr/local')
-rw-r--r--usr/local/www/services_unbound_acls.php22
1 files changed, 5 insertions, 17 deletions
diff --git a/usr/local/www/services_unbound_acls.php b/usr/local/www/services_unbound_acls.php
index c7568c1..9d124e8 100644
--- a/usr/local/www/services_unbound_acls.php
+++ b/usr/local/www/services_unbound_acls.php
@@ -172,24 +172,12 @@ include("head.inc");
<?php include("fbegin.inc"); ?>
<form action="services_unbound_acls.php" method="post" name="iform" id="iform">
-<?php
-if (!$savemsg) {
- $savemsg = "";
-}
+<?php if ($input_errors) print_input_errors($input_errors); ?>
+<?php if ($savemsg) print_info_box($savemsg); ?>
+<?php if (is_subsystem_dirty('unbound')): ?><br/>
+<?php print_info_box_np(gettext("The configuration of the DNS Resolver, has been changed") . ".<br />" . gettext("You must apply the changes in order for them to take effect."));?><br />
+<?php endif; ?>
-if ($input_errors) {
- print_input_errors($input_errors);
-}
-
-if ($savemsg) {
- print_info_box($savemsg);
-}
-
-if (is_subsystem_dirty("unbound")) {
- print_info_box_np(gettext("The settings for the DNS Resolver have changed. You must apply the configuration to take affect."));
-}
-
-?>
<table width="100%" border="0" cellpadding="0" cellspacing="0" summary="services unbound acls">
<tbody>
<tr>
OpenPOWER on IntegriCloud