summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorStephen Beaver <sbeaver@netgate.com>2015-08-07 11:01:49 -0400
committerStephen Beaver <sbeaver@netgate.com>2015-08-07 11:01:49 -0400
commit42a6bcbd68641baab6cc92fc3f73269e2347fb29 (patch)
tree238303de772480ad23852057f28c2879f1eb9db0
parentc821a6cd3b5f44b5a4768cb19546eed18862b5ed (diff)
downloadpfsense-42a6bcbd68641baab6cc92fc3f73269e2347fb29.zip
pfsense-42a6bcbd68641baab6cc92fc3f73269e2347fb29.tar.gz
Change savings display class.
-rw-r--r--usr/local/www/firewall_rules.php3
1 files changed, 2 insertions, 1 deletions
diff --git a/usr/local/www/firewall_rules.php b/usr/local/www/firewall_rules.php
index cf977d6..3653f84 100644
--- a/usr/local/www/firewall_rules.php
+++ b/usr/local/www/firewall_rules.php
@@ -182,7 +182,8 @@ include("head.inc");
$nrules = 0;
if ($savemsg)
- print_info_box($savemsg);
+ print_info_box($savemsg, 'success');
+
if (is_subsystem_dirty('filter'))
print_info_box_np(gettext("The firewall rule configuration has been changed.") . "<br />" . gettext("You must apply the changes in order for them to take effect."), "apply", "", true);
OpenPOWER on IntegriCloud