summaryrefslogtreecommitdiffstats
path: root/usr/local/www/vpn_ipsec.php
diff options
context:
space:
mode:
authorMatthew Grooms <mgrooms@pfsense.org>2008-08-24 00:30:58 +0000
committerMatthew Grooms <mgrooms@pfsense.org>2008-08-24 00:30:58 +0000
commit667725cea8c2b64ce6603aa93320e39f73bff8f3 (patch)
treeab663049cf5b02d3840c7eea50dca634cedab31c /usr/local/www/vpn_ipsec.php
parent4e2af46423137a1fa9abccd153d983ca336b6634 (diff)
downloadpfsense-667725cea8c2b64ce6603aa93320e39f73bff8f3.zip
pfsense-667725cea8c2b64ce6603aa93320e39f73bff8f3.tar.gz
Use additional tables to improve the formatting of several IPsec checkbox
configuration options.
Diffstat (limited to 'usr/local/www/vpn_ipsec.php')
-rwxr-xr-xusr/local/www/vpn_ipsec.php12
1 files changed, 10 insertions, 2 deletions
diff --git a/usr/local/www/vpn_ipsec.php b/usr/local/www/vpn_ipsec.php
index c7af53d..1ef532f 100755
--- a/usr/local/www/vpn_ipsec.php
+++ b/usr/local/www/vpn_ipsec.php
@@ -160,8 +160,16 @@ include("head.inc");
<table class="tabcont" width="100%" border="0" cellpadding="6" cellspacing="0">
<tr>
<td class="vtable">
- <input name="enable" type="checkbox" id="enable" value="yes" <?php if ($pconfig['enable']) echo "checked";?>>
- <strong>Enable IPsec</strong>
+ <table border="0" cellspacing="2" cellpadding="0">
+ <tr>
+ <td>
+ <input name="enable" type="checkbox" id="enable" value="yes" <?php if ($pconfig['enable']) echo "checked";?>>
+ </td>
+ <td>
+ <strong>Enable IPsec</strong>
+ </td>
+ </tr>
+ </table>
</td>
</tr>
<tr>
OpenPOWER on IntegriCloud