fixed borders
This commit is contained in:
parent
b471c65558
commit
69a709777b
|
@ -209,7 +209,7 @@ function display_LoginPage($config_object) {
|
||||||
<td style="border-style:none" width="70" rowspan="2">
|
<td style="border-style:none" width="70" rowspan="2">
|
||||||
<img src="../graphics/lam.png" alt="Logo">
|
<img src="../graphics/lam.png" alt="Logo">
|
||||||
</td>
|
</td>
|
||||||
<td width="580">
|
<td style="border-style:none" width="580">
|
||||||
<form action="login.php" method="post">
|
<form action="login.php" method="post">
|
||||||
<table width="580">
|
<table width="580">
|
||||||
<tr>
|
<tr>
|
||||||
|
@ -294,7 +294,7 @@ function display_LoginPage($config_object) {
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<td>
|
<td style="border-style:none">
|
||||||
<form action="login.php" method="post">
|
<form action="login.php" method="post">
|
||||||
<table width="580">
|
<table width="580">
|
||||||
<tr>
|
<tr>
|
||||||
|
|
Loading…
Reference in New Issue