From 96abde901f0c4e81d4cac0acd2361267e6ef1b0c Mon Sep 17 00:00:00 2001 From: Jose Luis Duran Date: Fri, 20 May 2016 09:34:11 -0300 Subject: Fix Captive Portal's MACs icons Standardize pass/block icons with the rest of the system --- src/usr/local/www/services_captiveportal_mac.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/usr/local/www/services_captiveportal_mac.php b/src/usr/local/www/services_captiveportal_mac.php index 6376ccd..93dc7a9 100644 --- a/src/usr/local/www/services_captiveportal_mac.php +++ b/src/usr/local/www/services_captiveportal_mac.php @@ -92,8 +92,8 @@ $a_cp =& $config['captiveportal']; $pgtitle = array(gettext("Services"), gettext("Captive Portal"), $a_cp[$cpzone]['zone'], gettext("MACs")); $shortcut_section = "captiveportal"; -$actsmbl = array('pass' => ' ' . gettext("Pass"), - 'block' => ' ' . gettext("Block")); +$actsmbl = array('pass' => ' ' . gettext("Pass"), + 'block' => ' ' . gettext("Block")); if ($_POST) { $pconfig = $_POST; -- cgit v1.1