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 input[type=submit],input[type=button],button
{ {
margin:1px;
padding:1px;
cursor: pointer; cursor: pointer;
cursor: hand; cursor: hand;
} }

View File

@ -76,8 +76,8 @@
<table cellspacing=0 cellpadding=0 width="100%" border="0"> <table cellspacing=0 cellpadding=0 width="100%" border="0">
<tr> <tr>
<td colspan="3" align="center"> <td colspan="3" align="left">
<br> {register_link}<br/>
<img width="200" height="1" src="phpgwapi/templates/{template_set}/images/spacer.gif" alt="spacer" /> <img width="200" height="1" src="phpgwapi/templates/{template_set}/images/spacer.gif" alt="spacer" />
</td> </td>
</tr> </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/valid-html401.png" border="0" alt="Valid HTML 4.01">
<img src="phpgwapi/templates/{template_set}/images/vcss.png" border="0" alt="Valid CSS"> <img src="phpgwapi/templates/{template_set}/images/vcss.png" border="0" alt="Valid CSS">
</div> </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> <a href="http://www.egroupware.org" target="_blank">eGroupWare</a> {version}</div>
</body> </body>
</html> </html>

View File

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