move CSS header to correct location

This commit is contained in:
Scott Ullrich 2008-08-30 20:20:12 +00:00
parent dddf4c1639
commit 47c00c09fc
3 changed files with 9 additions and 9 deletions

View File

@ -241,9 +241,6 @@ function method_change() {
print_info_box($savemsg);
?>
<table width="100%" border="0" cellpadding="0" cellspacing="0">
<tr>
<td colspan="2" valign="top" class="listtopic">General information</td>
</tr>
<tr>
<td class="tabnavtbl">
<ul id="tabnav">
@ -264,6 +261,9 @@ function method_change() {
<form action="vpn_openvpn_client.php" method="post" name="iform" id="iform" onsubmit="presubmit()">
<table width="100%" border="0" cellpadding="6" cellspacing="0">
<tr>
<td colspan="2" valign="top" class="listtopic">General information</td>
</tr>
<tr>
<td width="22%" valign="top" class="vncellreq">Disabled</td>
<td width="78%" class="vtable">

View File

@ -282,9 +282,6 @@ function netbios_change() {
?>
<table width="100%" border="0" cellpadding="0" cellspacing="0">
<tr>
<tr>
<td colspan="2" valign="top" class="listtopic">General information</td>
</tr>
<td class="tabnavtbl">
<ul id="tabnav">
<?php
@ -304,6 +301,9 @@ function netbios_change() {
<form action="vpn_openvpn_csc.php" method="post" name="iform" id="iform" onsubmit="presubmit()">
<table width="100%" border="0" cellpadding="6" cellspacing="0">
<tr>
<td colspan="2" valign="top" class="listtopic">General information</td>
</tr>
<tr>
<td width="22%" valign="top" class="vncellreq">Disabled</td>
<td width="78%" class="vtable">

View File

@ -382,9 +382,6 @@ function netbios_change() {
?>
<table width="100%" border="0" cellpadding="0" cellspacing="0">
<tr>
<tr>
<td colspan="2" valign="top" class="listtopic">General information</td>
</tr>
<td class="tabnavtbl">
<ul id="tabnav">
<?php
@ -404,6 +401,9 @@ function netbios_change() {
<form action="vpn_openvpn_server.php" method="post" name="iform" id="iform" onsubmit="presubmit()">
<table width="100%" border="0" cellpadding="6" cellspacing="0">
<tr>
<td colspan="2" valign="top" class="listtopic">General information</td>
</tr>
<tr>
<td width="22%" valign="top" class="vncellreq">Disabled</td>
<td width="78%" class="vtable">