diff options
author | Bill Marquette <billm@pfsense.org> | 2005-07-03 20:28:29 +0000 |
---|---|---|
committer | Bill Marquette <billm@pfsense.org> | 2005-07-03 20:28:29 +0000 |
commit | 96f8c1e20bedeb28439bd74992a6bb7a10b8dc41 (patch) | |
tree | 097e1b4cc8d646b4d1a488d4799afac38dfd0ed7 /usr/local | |
parent | c44f1bd5f6f33be0c77dcc73fb8f84f6445930d3 (diff) | |
download | pfsense-96f8c1e20bedeb28439bd74992a6bb7a10b8dc41.zip pfsense-96f8c1e20bedeb28439bd74992a6bb7a10b8dc41.tar.gz |
Make top right round
Diffstat (limited to 'usr/local')
-rwxr-xr-x | usr/local/www/vpn_pptp.php | 14 |
1 files changed, 4 insertions, 10 deletions
diff --git a/usr/local/www/vpn_pptp.php b/usr/local/www/vpn_pptp.php index 89a99dd..b08788f 100755 --- a/usr/local/www/vpn_pptp.php +++ b/usr/local/www/vpn_pptp.php @@ -176,7 +176,6 @@ function enable_change(enable_over) { <form action="vpn_pptp.php" method="post" name="iform" id="iform"> <?php if ($input_errors) print_input_errors($input_errors); ?> <?php if ($savemsg) print_info_box($savemsg); ?> -<div id="mainarea"> <table width="100%" border="0" cellpadding="0" cellspacing="0"> <tr><td class="tabnavtbl"> <?php @@ -187,8 +186,9 @@ function enable_change(enable_over) { ?> </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" class="vtable"> </td> <td width="78%" class="vtable"> @@ -293,10 +293,10 @@ function enable_change(enable_over) { traffic from PPTP clients!</span></td> </tr> </table> +</div> </td> </tr> </table> -</div> </form> <script language="JavaScript"> <!-- @@ -304,11 +304,5 @@ enable_change(false); //--> </script> <?php include("fend.inc"); ?> -<script type="text/javascript"> -NiftyCheck(); -Rounded("div#mainarea","bl br","#FFF","#eeeeee","smooth"); -</script> - </body> </html> - |