summaryrefslogtreecommitdiffstats
path: root/usr
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2011-02-15 17:59:22 -0500
committerScott Ullrich <sullrich@pfsense.org>2011-02-15 17:59:33 -0500
commitb807a1619230c8e19193a39ed8c4c513dd8e005b (patch)
treeaec7e9ebea84d062c3999b271228ccc61ad410e2 /usr
parentc10dbf9284a2486388e3148200cfc6dfd1920611 (diff)
downloadpfsense-b807a1619230c8e19193a39ed8c4c513dd8e005b.zip
pfsense-b807a1619230c8e19193a39ed8c4c513dd8e005b.tar.gz
Break on 'You can also monitor the reload progress' instead of letting it wrap into a newline.
Diffstat (limited to 'usr')
-rwxr-xr-xusr/local/www/firewall_rules.php2
-rwxr-xr-xusr/local/www/guiconfig.inc2
2 files changed, 2 insertions, 2 deletions
diff --git a/usr/local/www/firewall_rules.php b/usr/local/www/firewall_rules.php
index cf50140..8fa4670 100755
--- a/usr/local/www/firewall_rules.php
+++ b/usr/local/www/firewall_rules.php
@@ -194,7 +194,7 @@ if ($_POST) {
clear_subsystem_dirty('filter');
- $savemsg = sprintf(gettext("The settings have been applied. The firewall rules are now reloading in the background. You can also %s monitor %s the reload progress"),"<a href='status_filter_reload.php'>","</a>");
+ $savemsg = sprintf(gettext("The settings have been applied. The firewall rules are now reloading in the background.<br/>You can also %s monitor %s the reload progress"),"<a href='status_filter_reload.php'>","</a>");
}
}
diff --git a/usr/local/www/guiconfig.inc b/usr/local/www/guiconfig.inc
index ab5a1c9..7784a6e 100755
--- a/usr/local/www/guiconfig.inc
+++ b/usr/local/www/guiconfig.inc
@@ -419,7 +419,7 @@ function print_info_box($msg) {
function get_std_save_message($ok) {
global $d_sysrebootreqd_path;
- return "The changes have been applied successfully. You can also <a href='status_filter_reload.php'>monitor</a> the filter reload progress.";
+ return "The changes have been applied successfully.<br/>You can also <a href='status_filter_reload.php'>monitor</a> the filter reload progress.";
}
function pprint_address($adr) {
OpenPOWER on IntegriCloud