mirror of
https://github.com/pfsense/pfsense.git
synced 2025-10-26 11:38:35 +00:00
Corrected edit target
This commit is contained in:
parent
f185aaacee
commit
2eea22baf2
@ -419,7 +419,7 @@ print($form);
|
||||
);
|
||||
?>
|
||||
|
||||
<tr id="fr<?=$nnats;?>" onClick="fr_toggle(<?=$i;?>)" ondblclick="document.location='firewall_nat_edit.php?id=<?=$i;?>';">
|
||||
<tr id="fr<?=$nnats;?>" onClick="fr_toggle(<?=$i;?>)" ondblclick="document.location='firewall_nat_out_edit.php?id=<?=$i;?>';">
|
||||
<td >
|
||||
<input type="checkbox" id="frc<?=$i;?>" onClick="fr_toggle(<?=$i;?>)" name="rule[]" value="<?=$i;?>"/>
|
||||
</td>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user