summaryrefslogtreecommitdiffstats
path: root/src/usr/local/www/firewall_nat_1to1.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_1to1.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_1to1.php')
-rw-r--r--src/usr/local/www/firewall_nat_1to1.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/usr/local/www/firewall_nat_1to1.php b/src/usr/local/www/firewall_nat_1to1.php
index 0cfdf73..17599c8 100644
--- a/src/usr/local/www/firewall_nat_1to1.php
+++ b/src/usr/local/www/firewall_nat_1to1.php
@@ -207,7 +207,7 @@ display_top_tabs($tab_array);
<td>
<a href="?act=toggle&amp;id=<?=$i?>">
- <i class="<?= ($iconfn == "pass") ? "icon-ok":"icon-remove"?>" title="<?=gettext("click to toggle enabled/disabled status")?>"></i>
+ <i class="<?= ($iconfn == "pass") ? "fa-check":"fa-times"?>" title="<?=gettext("click to toggle enabled/disabled status")?>"></i>
</a>
</td>
<td>
OpenPOWER on IntegriCloud