|
From: <jo...@us...> - 2003-11-22 21:38:06
|
Update of /cvsroot/phpicalendar/phpicalendar/includes In directory sc8-pr-cvs1:/tmp/cvs-serv4294/includes Modified Files: login.php Log Message: Improved layout of login box for month view. Index: login.php =================================================================== RCS file: /cvsroot/phpicalendar/phpicalendar/includes/login.php,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** login.php 22 Nov 2003 21:16:10 -0000 1.1 --- login.php 22 Nov 2003 21:38:03 -0000 1.2 *************** *** 24,28 **** <tr> <td bgcolor="#FFFFFF" valign="middle" align="center"> ! <table cellpadding="0" cellspacing="0" border="0"> <tr> <td align="left" valign="top" width="1%" class="sideback"><img src="images/spacer.gif" width="1" height="20" alt=" "></td> --- 24,28 ---- <tr> <td bgcolor="#FFFFFF" valign="middle" align="center"> ! <table cellpadding="0" cellspacing="0" border="0" width="<?php echo $login_width; ?>"> <tr> <td align="left" valign="top" width="1%" class="sideback"><img src="images/spacer.gif" width="1" height="20" alt=" "></td> *************** *** 35,48 **** <tr> <td width="1%"><img src="images/spacer.gif" width="4" height="1" alt=""></td> ! <td width="48%"><font class="G10B">Username:</font></td> <td width="1%"><img src="images/spacer.gif" width="4" height="1" alt=""></td> ! <td width="48%"><input class="login_style" type="text" size="8" name="username"></td> <td width="1%"><img src="images/spacer.gif" width="4" height="1" alt=""></td> </tr> <tr> <td width="1%"><img src="images/spacer.gif" width="4" height="1" alt=""></td> ! <td width="48%"><font class="G10B">Password:</font></td> <td width="1%"><img src="images/spacer.gif" width="4" height="1" alt=""></td> ! <td width="48%"><input class="login_style" type="password" size="8" name="password"></td> <td width="1%"><img src="images/spacer.gif" width="4" height="1" alt=""></td> </tr> --- 35,48 ---- <tr> <td width="1%"><img src="images/spacer.gif" width="4" height="1" alt=""></td> ! <td width="48%" align="right"><font class="G10B">Username:</font></td> <td width="1%"><img src="images/spacer.gif" width="4" height="1" alt=""></td> ! <td width="48%" align="left"><input class="login_style" type="text" size="8" name="username"></td> <td width="1%"><img src="images/spacer.gif" width="4" height="1" alt=""></td> </tr> <tr> <td width="1%"><img src="images/spacer.gif" width="4" height="1" alt=""></td> ! <td width="48%" align="right"><font class="G10B">Password:</font></td> <td width="1%"><img src="images/spacer.gif" width="4" height="1" alt=""></td> ! <td width="48%" align="left"><input class="login_style" type="password" size="8" name="password"></td> <td width="1%"><img src="images/spacer.gif" width="4" height="1" alt=""></td> </tr> |