From 9ed964ea9e40c427dc63454c3d9982d03cdcc10f Mon Sep 17 00:00:00 2001 From: Ad Schellevis Date: Wed, 20 May 2015 06:32:49 +0000 Subject: [PATCH] replace missing icons (https://github.com/opnsense/core/issues/187) --- src/www/services_captiveportal_ip.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/www/services_captiveportal_ip.php b/src/www/services_captiveportal_ip.php index 36f4a602f..0ae19c4b9 100644 --- a/src/www/services_captiveportal_ip.php +++ b/src/www/services_captiveportal_ip.php @@ -115,10 +115,10 @@ $main_buttons = array( "; + echo "any "; } if($ip['dir'] == "both") { - echo "\"pass\" "; + echo " "; } echo strtolower($ip['ip']); if($ip['sn'] != "32" && is_numeric($ip['sn'])) { @@ -126,7 +126,7 @@ $main_buttons = array( echo "/$sn"; } if($ip['dir'] == "from") { - echo "\"any\" any"; + echo " any"; } ?>