|
From: Paul S. O. <ps...@us...> - 2002-05-12 01:14:59
|
Update of /cvsroot/phpbb/phpBB2/templates/subSilver
In directory usw-pr-cvs1:/tmp/cvs-serv17475/templates/subSilver
Modified Files:
Tag: phpBB-2_0_0
login_body.tpl
Log Message:
Cause reload on submit into _top frame - 4bidden suggestion to fix multiple frames when redirected from login in admin
Index: login_body.tpl
===================================================================
RCS file: /cvsroot/phpbb/phpBB2/templates/subSilver/login_body.tpl,v
retrieving revision 1.7
retrieving revision 1.7.2.1
diff -C2 -r1.7 -r1.7.2.1
*** login_body.tpl 28 Feb 2002 14:08:01 -0000 1.7
--- login_body.tpl 12 May 2002 01:14:55 -0000 1.7.2.1
***************
*** 1,4 ****
! <form action="{S_LOGIN_ACTION}" method="post">
<table width="100%" cellspacing="2" cellpadding="2" border="0" align="center">
--- 1,4 ----
! <form action="{S_LOGIN_ACTION}" method="post" target="_top">
<table width="100%" cellspacing="2" cellpadding="2" border="0" align="center">
|