mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-02-13 00:40:34 +01:00
hack to get the login-page usable
This commit is contained in:
parent
b11e686618
commit
687387512f
@ -29,6 +29,8 @@
|
|||||||
z-index:9;
|
z-index:9;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
body { background: #ffffff; }
|
||||||
|
|
||||||
</style>
|
</style>
|
||||||
</head>
|
</head>
|
||||||
<body bgcolor="#ffffff">
|
<body bgcolor="#ffffff">
|
||||||
@ -39,7 +41,7 @@
|
|||||||
<center>{lang_message}</center>
|
<center>{lang_message}</center>
|
||||||
<p> </p>
|
<p> </p>
|
||||||
<form name="login_form" method="post" action="{login_url}">
|
<form name="login_form" method="post" action="{login_url}">
|
||||||
<table class=sidebox cellspacing=1 cellpadding=0 border=0 align=center>
|
<table class=sidebox cellspacing=1 cellpadding=0 border=1 align=center>
|
||||||
<tr>
|
<tr>
|
||||||
<td class="sideboxtitle" align="center" height=28>{website_title}</td>
|
<td class="sideboxtitle" align="center" height=28>{website_title}</td>
|
||||||
</tr>
|
</tr>
|
||||||
|
Loading…
Reference in New Issue
Block a user