mirror of
https://github.com/pfsense/pfsense.git
synced 2025-10-26 11:38:35 +00:00
Make top right round
This commit is contained in:
parent
c44f1bd5f6
commit
96f8c1e20b
@ -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>
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user