summaryrefslogtreecommitdiffstats
path: root/src/usr/local/www/firewall_nat.php
diff options
context:
space:
mode:
authorJared Dillard <jdillard@netgate.com>2015-11-18 16:27:36 -0600
committerJared Dillard <jdillard@netgate.com>2015-11-18 16:31:58 -0600
commit1b7379f9e35758842e091a79150feaf2ac1e416b (patch)
tree4e94725f8a275a58bb5de54b9942bee11df2ef5a /src/usr/local/www/firewall_nat.php
parentd86522be85e13e743539e2c028dddb6b3534dbfb (diff)
downloadpfsense-1b7379f9e35758842e091a79150feaf2ac1e416b.zip
pfsense-1b7379f9e35758842e091a79150feaf2ac1e416b.tar.gz
Ticket #5471 another convert batch to font-awesome icons
Diffstat (limited to 'src/usr/local/www/firewall_nat.php')
-rw-r--r--src/usr/local/www/firewall_nat.php16
1 files changed, 8 insertions, 8 deletions
diff --git a/src/usr/local/www/firewall_nat.php b/src/usr/local/www/firewall_nat.php
index df0c222..d685f5e 100644
--- a/src/usr/local/www/firewall_nat.php
+++ b/src/usr/local/www/firewall_nat.php
@@ -234,11 +234,11 @@ foreach ($a_nat as $natent):
<?php
if ($natent['associated-rule-id'] == "pass"):
?>
- <i class="icon-play" title="<?=gettext("All traffic matching this NAT entry is passed")?>"></i>
+ <i class="fa fa-play" title="<?=gettext("All traffic matching this NAT entry is passed")?>"></i>
<?php
elseif (!empty($natent['associated-rule-id'])):
?>
- <i class="icon-random" title="<?=gettext("Firewall rule ID ")?><?=htmlspecialchars($natent['associated-rule-id'])?> . <?=gettext('is managed by this rule')?>"></i>
+ <i class="fa fa-random" title="<?=gettext("Firewall rule ID ")?><?=htmlspecialchars($natent['associated-rule-id'])?> . <?=gettext('is managed by this rule')?>"></i>
<?php
endif;
?>
@@ -272,7 +272,7 @@ foreach ($a_nat as $natent):
<?php
if (isset($alias['src'])):
?>
- <i class='icon icon-pencil'></i></a>
+ <i class='fa fa-pencil'></i></a>
<?php
endif;
?>
@@ -289,7 +289,7 @@ foreach ($a_nat as $natent):
<?php
if (isset($alias['srcport'])):
?>
- <i class='icon icon-pencil'></i></a>
+ <i class='fa fa-pencil'></i></a>
<?php
endif;
?>
@@ -307,7 +307,7 @@ foreach ($a_nat as $natent):
<?php
if (isset($alias['dst'])):
?>
- <i class='icon icon-pencil'></i></a>
+ <i class='fa fa-pencil'></i></a>
<?php
endif;
?>
@@ -324,7 +324,7 @@ foreach ($a_nat as $natent):
<?php
if (isset($alias['dstport'])):
?>
- <i class='icon icon-pencil'></i></a>
+ <i class='fa fa-pencil'></i></a>
<?php
endif;
?>
@@ -414,8 +414,8 @@ if (count($a_nat) > 0) {
<div>
<dl class="dl-horizontal responsive">
<dt><?=gettext('Legend')?></dt> <dd></dd>
- <dt><i class="icon icon-play"></i></dt> <dd><?=gettext('Pass')?></dd>
- <dt><i class="icon icon-random"></i></dt> <dd><?=gettext('Linked rule')?></dd>
+ <dt><i class="fa fa-play"></i></dt> <dd><?=gettext('Pass')?></dd>
+ <dt><i class="fa fa-random"></i></dt> <dd><?=gettext('Linked rule')?></dd>
</dl>
</div>
OpenPOWER on IntegriCloud