summaryrefslogtreecommitdiffstats
path: root/src/usr/local/www/system_routes.php
diff options
context:
space:
mode:
authorPhil Davis <phil.davis@inf.org>2016-01-11 23:25:01 +0545
committerPhil Davis <phil.davis@inf.org>2016-01-11 23:25:01 +0545
commitf78bbe1679140cf6a42fa9b55624b1f54466dd1e (patch)
treecf099abfbd1aae914281b6a0904f1cd51af96b99 /src/usr/local/www/system_routes.php
parentd7ac2a6d933bfb2cd2ff949a1619d04080423ac5 (diff)
downloadpfsense-f78bbe1679140cf6a42fa9b55624b1f54466dd1e.zip
pfsense-f78bbe1679140cf6a42fa9b55624b1f54466dd1e.tar.gz
Redmine #5759 print_info_box style
Define the 'success' 'info' etc style of calls to print_info_box()
Diffstat (limited to 'src/usr/local/www/system_routes.php')
-rw-r--r--src/usr/local/www/system_routes.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/usr/local/www/system_routes.php b/src/usr/local/www/system_routes.php
index f5e3c3c..3787f06 100644
--- a/src/usr/local/www/system_routes.php
+++ b/src/usr/local/www/system_routes.php
@@ -251,7 +251,7 @@ if ($input_errors) {
print_input_errors($input_errors);
}
if ($savemsg) {
- print_info_box($savemsg);
+ print_info_box($savemsg, 'success');
}
if (is_subsystem_dirty('staticroutes')) {
print_info_box_np(gettext("The static route configuration has been changed.") . "<br />" . gettext("You must apply the changes in order for them to take effect."));
OpenPOWER on IntegriCloud