From ce2d9c6ed99da29830b6a2e995f540d0057cdd9f Mon Sep 17 00:00:00 2001 From: jim-p Date: Mon, 22 May 2017 16:18:16 -0400 Subject: Fix links to CP MAC management page so they include the zone name. Fixes #7591 --- src/usr/local/www/services_captiveportal.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/usr') diff --git a/src/usr/local/www/services_captiveportal.php b/src/usr/local/www/services_captiveportal.php index 699f2b0..52b228f 100644 --- a/src/usr/local/www/services_captiveportal.php +++ b/src/usr/local/www/services_captiveportal.php @@ -647,7 +647,7 @@ $section->addInput(new Form_Checkbox( ))->setHelp('When enabled, a MAC passthrough entry is automatically added after the user has successfully authenticated. Users of that MAC address will ' . 'never have to authenticate again. To remove the passthrough MAC entry either log in and remove it manually from the ' . '%1$sMAC tab%2$s or send a POST from another system. ' . - 'If this is enabled, RADIUS MAC authentication cannot be used. Also, the logout window will not be shown.', '', ''); + 'If this is enabled, RADIUS MAC authentication cannot be used. Also, the logout window will not be shown.', "", ''); $section->addInput(new Form_Checkbox( 'passthrumacaddusername', @@ -656,7 +656,7 @@ $section->addInput(new Form_Checkbox( $pconfig['passthrumacaddusername'] ))->setHelp('If enabled with the automatically MAC passthrough entry created, the username used during authentication will be saved. ' . 'To remove the passthrough MAC entry either log in and remove it manually from the %1$sMAC tab%2$s or send a POST from another system.', - '', ''); + "", ''); $section->addInput(new Form_Checkbox( 'peruserbw', -- cgit v1.1