summaryrefslogtreecommitdiffstats
path: root/src/usr/local/www/status_logs_settings.php
diff options
context:
space:
mode:
authorStephen Beaver <sbeaver@netgate.com>2016-01-06 11:23:20 -0500
committerStephen Beaver <sbeaver@netgate.com>2016-01-06 11:23:20 -0500
commit09d720fcbaa7d23b4248bcf5f7f6862ed3cbb501 (patch)
tree3803de306e3d31bdd5e0110ccd3a5c0286abdea1 /src/usr/local/www/status_logs_settings.php
parent245eb71fb230d0677644b72d6b087e21e73bec33 (diff)
downloadpfsense-09d720fcbaa7d23b4248bcf5f7f6862ed3cbb501.zip
pfsense-09d720fcbaa7d23b4248bcf5f7f6862ed3cbb501.tar.gz
Fix success message color
Diffstat (limited to 'src/usr/local/www/status_logs_settings.php')
-rw-r--r--src/usr/local/www/status_logs_settings.php7
1 files changed, 5 insertions, 2 deletions
diff --git a/src/usr/local/www/status_logs_settings.php b/src/usr/local/www/status_logs_settings.php
index bc43592..1bb2b68 100644
--- a/src/usr/local/www/status_logs_settings.php
+++ b/src/usr/local/www/status_logs_settings.php
@@ -220,10 +220,13 @@ $remoteloghelp = gettext("This option will allow the logging daemon to bind to a
gettext("If you pick a single IP, remote syslog servers must all be of that IP type. If you wish to mix IPv4 and IPv6 remote syslog servers, you must bind to all interfaces.") .
"<br /><br />" .
gettext("NOTE: If an IP address cannot be located on the chosen interface, the daemon will bind to all addresses.");
+
if ($input_errors) {
print_input_errors($input_errors);
-} else if ($savemsg) {
- print_info_box($savemsg);
+}
+
+if ($savemsg) {
+ print_info_box($savemsg, success);
}
$tab_array = array();
OpenPOWER on IntegriCloud