summaryrefslogtreecommitdiffstats
path: root/src/usr/local/www/services_captiveportal_mac.php
diff options
context:
space:
mode:
authorJose Luis Duran <jlduran@users.noreply.github.com>2016-05-20 09:34:11 -0300
committerRenato Botelho <renato@netgate.com>2016-05-20 11:24:49 -0300
commit2195178283b05516c981e87298de3ceb50ed5de1 (patch)
tree2b0cba483ac83e14f93b368529083933886924f8 /src/usr/local/www/services_captiveportal_mac.php
parentfd45b31aae6ef093f434bf068c8670224ddce85c (diff)
downloadpfsense-2195178283b05516c981e87298de3ceb50ed5de1.zip
pfsense-2195178283b05516c981e87298de3ceb50ed5de1.tar.gz
Fix Captive Portal's MACs icons
Standardize pass/block icons with the rest of the system (cherry picked from commit 96abde901f0c4e81d4cac0acd2361267e6ef1b0c)
Diffstat (limited to 'src/usr/local/www/services_captiveportal_mac.php')
-rw-r--r--src/usr/local/www/services_captiveportal_mac.php4
1 files 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 a80a407..aee5d72 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' => '<font color="green" size="4">&#x2714;</font>&nbsp;' . gettext("Pass"),
- 'block' => '<font color="red" size="4">&#x2718;</font>&nbsp;' . gettext("Block"));
+$actsmbl = array('pass' => '<i class="fa fa-check text-success"></i>&nbsp;' . gettext("Pass"),
+ 'block' => '<i class="fa fa-times text-danger"></i>&nbsp;' . gettext("Block"));
if ($_POST) {
$pconfig = $_POST;
OpenPOWER on IntegriCloud