summaryrefslogtreecommitdiffstats
path: root/usr/local/www/vpn_ipsec_mobile.php
diff options
context:
space:
mode:
authorBill Marquette <billm@pfsense.org>2005-07-04 16:24:56 +0000
committerBill Marquette <billm@pfsense.org>2005-07-04 16:24:56 +0000
commit0f10aee430288f25dc4f0454e3aa18ccfe050bb2 (patch)
tree56a29ce62cb0596e6753af1c4587afe4f5c225c8 /usr/local/www/vpn_ipsec_mobile.php
parentd8bde4c51d36485e5c4443befc799cf7ce6a3e45 (diff)
downloadpfsense-0f10aee430288f25dc4f0454e3aa18ccfe050bb2.zip
pfsense-0f10aee430288f25dc4f0454e3aa18ccfe050bb2.tar.gz
Last of the bottom round fixes
Turn top rounding back on now that those are all fixed
Diffstat (limited to 'usr/local/www/vpn_ipsec_mobile.php')
-rwxr-xr-xusr/local/www/vpn_ipsec_mobile.php19
1 files changed, 7 insertions, 12 deletions
diff --git a/usr/local/www/vpn_ipsec_mobile.php b/usr/local/www/vpn_ipsec_mobile.php
index bfcacbb..b72f470 100755
--- a/usr/local/www/vpn_ipsec_mobile.php
+++ b/usr/local/www/vpn_ipsec_mobile.php
@@ -191,7 +191,6 @@ function methodsel_change() {
<?php endif; ?>
</form>
<form action="vpn_ipsec_mobile.php" method="post" name="iform" id="iform">
-<div id="mainarea">
<table width="100%" border="0" cellpadding="0" cellspacing="0">
<tr><td class="tabnavtbl">
<?php
@@ -204,8 +203,9 @@ function methodsel_change() {
?>
</td></tr>
<tr>
- <td class="tabcont">
- <table width="100%" border="0" cellpadding="6" cellspacing="0">
+ <td>
+ <div id="mainarea">
+ <table class="tabcont" width="100%" border="0" cellpadding="6" cellspacing="0">
<tr>
<td width="22%" valign="top">&nbsp;</td>
<td width="78%">
@@ -376,10 +376,10 @@ function methodsel_change() {
</td>
</tr>
</table>
- </td>
- </tr>
- </table>
- </div>
+ </div>
+ </td>
+ </tr>
+</table>
</form>
<script language="JavaScript">
<!--
@@ -387,10 +387,5 @@ methodsel_change();
//-->
</script>
<?php include("fend.inc"); ?>
-<script type="text/javascript">
-NiftyCheck();
-Rounded("div#mainarea","bl br","#FFF","#eeeeee","smooth");
-</script>
-
</body>
</html>
OpenPOWER on IntegriCloud