Revision b807a161
Added by Scott Ullrich over 14 years ago
usr/local/www/guiconfig.inc | ||
---|---|---|
419 | 419 |
function get_std_save_message($ok) { |
420 | 420 |
global $d_sysrebootreqd_path; |
421 | 421 |
|
422 |
return "The changes have been applied successfully. You can also <a href='status_filter_reload.php'>monitor</a> the filter reload progress.";
|
|
422 |
return "The changes have been applied successfully.<br/>You can also <a href='status_filter_reload.php'>monitor</a> the filter reload progress.";
|
|
423 | 423 |
} |
424 | 424 |
|
425 | 425 |
function pprint_address($adr) { |
Also available in: Unified diff
Break on 'You can also monitor the reload progress' instead of letting it wrap into a newline.