diff options
author | Seth Mos <seth.mos@xs4all.nl> | 2009-03-12 08:30:37 +0100 |
---|---|---|
committer | Seth Mos <seth.mos@xs4all.nl> | 2009-03-12 08:30:37 +0100 |
commit | fabd8cdbcf57764aac61ce597ae0c27f7e738cfe (patch) | |
tree | 10fdf60be32170335c89db519287829de76befba /usr | |
parent | b19533ed080dceffb77541aab8772d67847eb3f1 (diff) | |
download | pfsense-fabd8cdbcf57764aac61ce597ae0c27f7e738cfe.zip pfsense-fabd8cdbcf57764aac61ce597ae0c27f7e738cfe.tar.gz |
Make sure the field names and description match up
Diffstat (limited to 'usr')
-rwxr-xr-x | usr/local/www/vpn_ipsec.php | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/usr/local/www/vpn_ipsec.php b/usr/local/www/vpn_ipsec.php index dc3d45c..ce240a0 100755 --- a/usr/local/www/vpn_ipsec.php +++ b/usr/local/www/vpn_ipsec.php @@ -286,11 +286,11 @@ include("head.inc"); </div> <table class="tabcont" width="100%" height="100%" border="0" cellspacing="0" cellpadding="0" id="tdph2-<?=$i?>" style="display:none"> <tr> - <td class="listhdrr">Remote gateway</td> - <td class="listhdrr">Mode</td> - <td class="listhdrr">P1 Protocol</td> - <td class="listhdrr">P1 Transforms</td> - <td class="listhdrr">Description</td> + <td class="listhdrr">Local Subnet</td> + <td class="listhdrr">Remote Subnet</td> + <td class="listhdrr">P2 Protocol</td> + <td class="listhdrr">P2 Transforms</td> + <td class="listhdrr">P2 Auth Methods</td> <td class ="list"> <a href="vpn_ipsec_phase2.php?ikeid=<?=$ph1ent['ikeid'];?><?php if (isset($ph1ent['mobile'])) echo "&mobile=true";?>"> <img src="./themes/<?= $g['theme']; ?>/images/icons/icon_plus.gif" title="add phase2 entry" width="17" height="17" border="0"> @@ -437,11 +437,11 @@ function show_ipsec_header() { if (isset($ph1ent['mobile'])) $mobile = "&mobile=true"; echo <<<EOF <tr> - <td class="listhdrr">Local Network</td> - <td class="listhdrr">Remote Network</td> - <td class="listhdrr">P2 Protocol</td> - <td class="listhdrr">P2 Transforms</td> - <td class="listhdrr">P2 Auth Methods</td> + <td class="listhdrr">Remote Gateway</td> + <td class="listhdrr">Mode</td> + <td class="listhdrr">P1 Protocol</td> + <td class="listhdrr">P1 Transforms</td> + <td class="listhdrr">P2 DEscription</td> <td class ="list"> <a href="vpn_ipsec_phase2.php?ikeid={$ph1ent['ikeid']}{$mobile}"> <img src="./themes/{$g['theme']}/images/icons/icon_plus.gif" title="add phase2 entry" width="17" height="17" border="0"> |