|
From: Doug K. <dou...@us...> - 2001-10-14 16:11:39
|
Update of /cvsroot/phpbb/phpBB2/templates/PSO
In directory usw-pr-cvs1:/tmp/cvs-serv19324/templates/PSO
Modified Files:
login_body.tpl
Log Message:
Fixes that little login bug.
Index: login_body.tpl
===================================================================
RCS file: /cvsroot/phpbb/phpBB2/templates/PSO/login_body.tpl,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -r1.4 -r1.5
*** login_body.tpl 2001/05/31 20:27:34 1.4
--- login_body.tpl 2001/10/14 16:11:36 1.5
***************
*** 23,27 ****
</tr>
<tr>
! <td align="center"><input type="hidden" name="forward_page" value="{FORWARD_PAGE}"><input type="submit" name="submit" value="{L_LOGIN}"></td>
</tr>
<tr>
--- 23,27 ----
</tr>
<tr>
! <td align="center"><input type="hidden" name="login" value="login"><input type="hidden" name="forward_page" value="{FORWARD_PAGE}"><input type="submit" name="submit" value="{L_LOGIN}"></td>
</tr>
<tr>
***************
*** 36,38 ****
<div align="center"><table align="center" border="0" width="60%">
<td align="right"><font face="{T_FONTFACE1}" size="{T_FONTSIZE1}"><b>{S_TIMEZONE}</b></font></td>
! </table>
\ No newline at end of file
--- 36,38 ----
<div align="center"><table align="center" border="0" width="60%">
<td align="right"><font face="{T_FONTFACE1}" size="{T_FONTSIZE1}"><b>{S_TIMEZONE}</b></font></td>
! </table>
|