diff options
author | Bill Marquette <billm@pfsense.org> | 2008-12-07 06:50:58 +0000 |
---|---|---|
committer | Bill Marquette <billm@pfsense.org> | 2008-12-07 06:50:58 +0000 |
commit | 0483112193fcc2182e4246a18d38bdd89c69b20e (patch) | |
tree | 0003afc418ecaaf660ff54e8d9c252e53a7a4322 /usr/local | |
parent | ddb36cbb504fd799473a6b854398312b728d9882 (diff) | |
download | pfsense-0483112193fcc2182e4246a18d38bdd89c69b20e.zip pfsense-0483112193fcc2182e4246a18d38bdd89c69b20e.tar.gz |
Make table headers reflect reality
Diffstat (limited to 'usr/local')
-rwxr-xr-x | usr/local/www/vpn_ipsec.php | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/usr/local/www/vpn_ipsec.php b/usr/local/www/vpn_ipsec.php index a7d8dd8..0ba58fe 100755 --- a/usr/local/www/vpn_ipsec.php +++ b/usr/local/www/vpn_ipsec.php @@ -280,11 +280,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">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">Description</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"> @@ -447,4 +447,4 @@ EOF; } -?>
\ No newline at end of file +?> |