|
From: Paul S. O. <ps...@us...> - 2001-10-14 18:22:35
|
Update of /cvsroot/phpbb/phpBB2/templates/subSilver
In directory usw-pr-cvs1:/tmp/cvs-serv28423/templates/subSilver
Modified Files:
login_body.tpl index_body.tpl
Log Message:
Various changes to location redirection ... please note the format and name changes
Index: login_body.tpl
===================================================================
RCS file: /cvsroot/phpbb/phpBB2/templates/subSilver/login_body.tpl,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -r1.3 -r1.4
*** login_body.tpl 2001/10/14 16:11:36 1.3
--- login_body.tpl 2001/10/14 18:22:32 1.4
***************
*** 35,43 ****
</tr>
<tr align="center">
! <td colspan="2">
! <input type="hidden" name="forward_page" value="{FORWARD_PAGE}" />
! <input type="hidden" name="login" value="login" />
! <input type="submit" name="submit" class="mainoption" value="{L_LOGIN}" />
! </td>
</tr>
<tr align="center">
--- 35,39 ----
</tr>
<tr align="center">
! <td colspan="2">{S_HIDDEN_FIELDS}<input type="submit" name="login" class="mainoption" value="{L_LOGIN}" /></td>
</tr>
<tr align="center">
Index: index_body.tpl
===================================================================
RCS file: /cvsroot/phpbb/phpBB2/templates/subSilver/index_body.tpl,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -r1.4 -r1.5
*** index_body.tpl 2001/10/09 13:37:21 1.4
--- index_body.tpl 2001/10/14 18:22:32 1.5
***************
*** 56,60 ****
</tr>
</table>
! <!-- BEGIN loginbox -->
<form method="post" action="{S_LOGIN_ACTION}">
<table width="100%" cellpadding="3" cellspacing="1" border="0" class="forumline">
--- 56,61 ----
</tr>
</table>
!
! <!-- BEGIN user_logged_out -->
<form method="post" action="{S_LOGIN_ACTION}">
<table width="100%" cellpadding="3" cellspacing="1" border="0" class="forumline">
***************
*** 70,80 ****
<input class="text" type="checkbox" name="autologin" />
! <input type="submit" class="mainoption" name="submit" value="{L_LOGIN}" />
</span> </td>
</tr>
</table>
</form>
- <!-- END loginbox -->
<br />
<table cellspacing="3" border="0" align="center" cellpadding="0">
--- 71,81 ----
<input class="text" type="checkbox" name="autologin" />
! <input type="submit" class="mainoption" name="login" value="{L_LOGIN}" />
</span> </td>
</tr>
</table>
</form>
+ <!-- END user_logged_out -->
<br />
<table cellspacing="3" border="0" align="center" cellpadding="0">
|