lay-out fixes and customazations for the registration module

This commit is contained in:
Pim Snel 2003-12-13 04:20:21 +00:00
parent 0ac079849b
commit 5c42b14e43
3 changed files with 15 additions and 12 deletions

View File

@ -69,6 +69,8 @@ input,button
input[type=submit],input[type=button],button
{
margin:1px;
padding:1px;
cursor: pointer;
cursor: hand;
}

View File

@ -76,8 +76,8 @@
<table cellspacing=0 cellpadding=0 width="100%" border="0">
<tr>
<td colspan="3" align="center">
<br>
<td colspan="3" align="left">
{register_link}<br/>
<img width="200" height="1" src="phpgwapi/templates/{template_set}/images/spacer.gif" alt="spacer" />
</td>
</tr>
@ -139,7 +139,8 @@ document.login_form.login.focus();
<img src="phpgwapi/templates/{template_set}/images/valid-html401.png" border="0" alt="Valid HTML 4.01">
<img src="phpgwapi/templates/{template_set}/images/vcss.png" border="0" alt="Valid CSS">
</div>
<div style="bottom:10px;right:10px;position:absolute;">
<div id="divPoweredBy" align="center">
<br/>
<a href="http://www.egroupware.org" target="_blank">eGroupWare</a> {version}</div>
</body>
</html>

View File

@ -1,14 +1,14 @@
<!-- BEGIN form -->
<BODY bgcolor="#FFFFFF">
<A href="http://www.phpgroupware.org"><img src="phpGroupWare.jpg" alt="phpGroupWare" border="0"></a>
<body bgcolor="#ffffff">
<a href="http://www.egroupware.org"><img src="phpgwapi/templates/idots/images/logo.png" alt="eGroupWare" border="0"></a>
<TABLE border="0" height="94%" width="100%">
<TR>
<TD align="CENTER">
Opps! You caught us in the middle of a system upgrade.<br>Please, check back with us shortly.
</TD>
</TR>
</TABLE>
<table border="0" width="100%">
<tr>
<td align="center">
{deny_msg}
</td>
</tr>
</table>
<!-- END form -->