mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-23 16:33:17 +01:00
some cosmetic changes
This commit is contained in:
parent
cfdfd365c6
commit
986c06dca2
@ -34,12 +34,12 @@
|
|||||||
</TR>
|
</TR>
|
||||||
<TR bgcolor="#e6e6e6">
|
<TR bgcolor="#e6e6e6">
|
||||||
<td align="right"><font color="#000000">{lang_username}: </font></TD>
|
<td align="right"><font color="#000000">{lang_username}: </font></TD>
|
||||||
<td align="left"><input name="login" value="{cookie}" style="width: 100px;"></TD>
|
<td align="left"><input name="login" value="{cookie}" style="width: 100px; border: 1px solid silver;"></TD>
|
||||||
<TD align="left"> </TD>
|
<TD align="left"> </TD>
|
||||||
</TR>
|
</TR>
|
||||||
<TR bgcolor="#e6e6e6">
|
<TR bgcolor="#e6e6e6">
|
||||||
<TD align="RIGHT"><font color="#000000">{lang_password}: </font></TD>
|
<TD align="RIGHT"><font color="#000000">{lang_password}: </font></TD>
|
||||||
<td align="left"><input name="passwd" type="password" onChange="this.form.submit()" style="WIDTH: 100px;"></TD>
|
<td align="left"><input name="passwd" type="password" onChange="this.form.submit()" style="WIDTH: 100px; border: 1px solid silver;"></TD>
|
||||||
<td> </td>
|
<td> </td>
|
||||||
</TR>
|
</TR>
|
||||||
<TR bgcolor="#e6e6e6">
|
<TR bgcolor="#e6e6e6">
|
||||||
@ -49,7 +49,7 @@
|
|||||||
</TR>
|
</TR>
|
||||||
<TR bgcolor="#e6e6e6">
|
<TR bgcolor="#e6e6e6">
|
||||||
<TD colspan="3" align="CENTER">
|
<TD colspan="3" align="CENTER">
|
||||||
<input type="submit" value="{lang_login}" name="submitit">
|
<input type="submit" value="{lang_login}" name="submitit" style="border: 1px solid silver;">
|
||||||
</TD>
|
</TD>
|
||||||
</TR>
|
</TR>
|
||||||
<TR bgcolor="#e6e6e6">
|
<TR bgcolor="#e6e6e6">
|
||||||
|
Loading…
Reference in New Issue
Block a user