Project

General

Profile

« Previous | Next » 

Revision cdec7893

Added by Steve Beaver over 8 years ago

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

View differences:

src/usr/local/www/firewall_nat.php
279 279
						</td>
280 280
						<td>
281 281
							<a href="?act=toggle&amp;id=<?=$i?>">
282
								<i class="fa <?= ($iconfn == "pass") ? "fa-check":"fa-times"?>" title="<?=gettext("click to toggle enabled/disabled status")?>"></i>
282
								<i class="fa fa-check" title="<?=gettext("click to toggle enabled/disabled status")?>"></i>
283 283
<?php 	if (isset($natent['nordr'])) { ?>
284 284
								&nbsp;<i class="fa fa-hand-stop-o text-danger" title="<?=gettext("Negated: This rule excludes NAT from a later rule")?>"></i>
285 285
<?php 	} ?>

Also available in: Unified diff