Rule type icon should not change to 'X' when disabled

This commit is contained in:
Steve Beaver 2016-12-09 14:46:16 -05:00
parent 73a0719a28
commit cdec7893fe

View File

@ -279,7 +279,7 @@ foreach ($a_nat as $natent):
</td>
<td>
<a href="?act=toggle&amp;id=<?=$i?>">
<i class="fa <?= ($iconfn == "pass") ? "fa-check":"fa-times"?>" title="<?=gettext("click to toggle enabled/disabled status")?>"></i>
<i class="fa fa-check" title="<?=gettext("click to toggle enabled/disabled status")?>"></i>
<?php if (isset($natent['nordr'])) { ?>
&nbsp;<i class="fa fa-hand-stop-o text-danger" title="<?=gettext("Negated: This rule excludes NAT from a later rule")?>"></i>
<?php } ?>