Project

General

Profile

« Previous | Next » 

Revision 67eec085

Added by Jim Pingle about 11 years ago

Add (self) for an outbound NAT source as well

View differences:

usr/local/www/firewall_nat_out.php
378 378
						 
379 379
					</td>
380 380
					<td class="listr" onclick="fr_toggle(<?=$i;?>)" id="frd<?=$i;?>" ondblclick="document.location='firewall_nat_out_edit.php?id=<?=$i;?>';">
381
						<?PHP $natent['source']['network'] = ($natent['source']['network'] == "(self)") ? "This Firewall" : $natent['source']['network']; ?>
381 382
						<?php echo $textss . $alias_src_span_begin . $natent['source']['network'] . $alias_src_span_end . $textse;?>
382 383
					</td>
383 384
					<td class="listr" onclick="fr_toggle(<?=$i;?>)" id="frd<?=$i;?>" ondblclick="document.location='firewall_nat_out_edit.php?id=<?=$i;?>';">

Also available in: Unified diff