summaryrefslogtreecommitdiffstats
path: root/src/usr/local/www/system_gateways.php
diff options
context:
space:
mode:
authorStephen Beaver <sbeaver@netgate.com>2015-09-08 15:48:02 -0400
committerStephen Beaver <sbeaver@netgate.com>2015-09-08 15:48:57 -0400
commita9929d56fa417f3cbbf28d6329a5223cf24141dc (patch)
treeea2a34f0abfe471c82e9a19685eefcb7fb2f5c1b /src/usr/local/www/system_gateways.php
parent0f032d7ec320609ac7c89cfb67ea2759b420af11 (diff)
downloadpfsense-a9929d56fa417f3cbbf28d6329a5223cf24141dc.zip
pfsense-a9929d56fa417f3cbbf28d6329a5223cf24141dc.tar.gz
IPv4 "add new gateway" functionality provided via modal pop-up
Basic hide/show for form setction implemented
Diffstat (limited to 'src/usr/local/www/system_gateways.php')
-rw-r--r--src/usr/local/www/system_gateways.php3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/usr/local/www/system_gateways.php b/src/usr/local/www/system_gateways.php
index b8cc6cb..06156a6 100644
--- a/src/usr/local/www/system_gateways.php
+++ b/src/usr/local/www/system_gateways.php
@@ -243,7 +243,8 @@ include("head.inc");
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 gateway configuration has been changed.") . "<br />" . gettext("You must apply the changes in order for them to take effect."));
OpenPOWER on IntegriCloud