From 7c945f74712d3c2ef8d1beee65b881cfcf80e6bd Mon Sep 17 00:00:00 2001 From: k-paulius Date: Sat, 13 Feb 2016 16:22:44 -0600 Subject: Use print_info_box() to generate alerts --- src/usr/local/www/status_interfaces.php | 17 +++++++---------- 1 file changed, 7 insertions(+), 10 deletions(-) (limited to 'src/usr/local/www/status_interfaces.php') diff --git a/src/usr/local/www/status_interfaces.php b/src/usr/local/www/status_interfaces.php index 3d19bac..227933b 100644 --- a/src/usr/local/www/status_interfaces.php +++ b/src/usr/local/www/status_interfaces.php @@ -207,14 +207,11 @@ foreach ($ifdescrs as $ifdescr => $ifname): - - - +print_info_box(gettext("Using dial-on-demand will bring the connection up again if any packet ". + "triggers it. To substantiate this point: disconnecting manually ". + "will not prevent dial-on-demand from making connections ". + "to the outside! Don't use dial-on-demand if you want to make sure that the line ". + "is kept disconnected."), 'warning', false); +include("foot.inc"); +?> -- cgit v1.1