Revision b807a161
Added by Scott Ullrich over 14 years ago
usr/local/www/firewall_rules.php | ||
---|---|---|
194 | 194 |
|
195 | 195 |
clear_subsystem_dirty('filter'); |
196 | 196 |
|
197 |
$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>");
|
|
197 |
$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>");
|
|
198 | 198 |
} |
199 | 199 |
} |
200 | 200 |
|
Also available in: Unified diff
Break on 'You can also monitor the reload progress' instead of letting it wrap into a newline.