diff options
author | Stephen Beaver <sbeaver@netgate.com> | 2015-09-14 12:58:23 -0400 |
---|---|---|
committer | Stephen Beaver <sbeaver@netgate.com> | 2015-09-15 08:48:57 -0400 |
commit | 2eea22baf2c48ea19bd4ccaa6ca0796c006e2e4a (patch) | |
tree | 8f035901ff2f328db2e1789bbe8d7a367712ea2d /src/usr | |
parent | f185aaacee31428358349d6e68f1321ab1983df1 (diff) | |
download | pfsense-2eea22baf2c48ea19bd4ccaa6ca0796c006e2e4a.zip pfsense-2eea22baf2c48ea19bd4ccaa6ca0796c006e2e4a.tar.gz |
Corrected edit target
Diffstat (limited to 'src/usr')
-rw-r--r-- | src/usr/local/www/firewall_nat_out.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/usr/local/www/firewall_nat_out.php b/src/usr/local/www/firewall_nat_out.php index ce4ad68..df8f156 100644 --- a/src/usr/local/www/firewall_nat_out.php +++ b/src/usr/local/www/firewall_nat_out.php @@ -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> |