summaryrefslogtreecommitdiffstats
path: root/usr/local/www/vpn_ipsec.php
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2010-04-19 18:52:00 -0400
committerScott Ullrich <sullrich@pfsense.org>2010-04-19 18:52:10 -0400
commitc443bb14cb89462e8f19f8e60527b970f3344bfb (patch)
tree71e7821067585b3896762f06d853bb15542788c8 /usr/local/www/vpn_ipsec.php
parentc88c2df9ee71f051fd30460216f3ea341eb3b51a (diff)
downloadpfsense-c443bb14cb89462e8f19f8e60527b970f3344bfb.zip
pfsense-c443bb14cb89462e8f19f8e60527b970f3344bfb.tar.gz
Show p2 items correctly (add missing td's)
Diffstat (limited to 'usr/local/www/vpn_ipsec.php')
-rwxr-xr-xusr/local/www/vpn_ipsec.php5
1 files changed, 5 insertions, 0 deletions
diff --git a/usr/local/www/vpn_ipsec.php b/usr/local/www/vpn_ipsec.php
index ea7bbb8..8aa6f09 100755
--- a/usr/local/www/vpn_ipsec.php
+++ b/usr/local/www/vpn_ipsec.php
@@ -317,6 +317,11 @@ include("head.inc");
<?=$ph2ent['mode'];?>
<?=$spane;?>
</td>
+ <?php
+ if($ph2ent['mode'] <> "tunnel") {
+ echo "<td nowrap class=\"listr\">&nbsp;</td><td nowrap class=\"listr\">&nbsp;</td>";
+ }
+ ?>
<?php if($ph2ent['mode'] == "tunnel"): ?>
<td nowrap class="listr">
<?=$spans;?>
OpenPOWER on IntegriCloud