mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-09 02:06:32 +02:00
Various changes to location redirection ... please note the format and name changes
git-svn-id: file:///svn/phpbb/trunk@1190 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
@@ -55,7 +55,8 @@
|
||||
{LOGGED_IN_USER_LIST}</span></td>
|
||||
</tr>
|
||||
</table>
|
||||
<!-- BEGIN loginbox -->
|
||||
|
||||
<!-- BEGIN user_logged_out -->
|
||||
<form method="post" action="{S_LOGIN_ACTION}">
|
||||
<table width="100%" cellpadding="3" cellspacing="1" border="0" class="forumline">
|
||||
<tr>
|
||||
@@ -69,13 +70,13 @@
|
||||
{L_AUTO_LOGIN}
|
||||
<input class="text" type="checkbox" name="autologin" />
|
||||
|
||||
<input type="submit" class="mainoption" name="submit" value="{L_LOGIN}" />
|
||||
<input type="submit" class="mainoption" name="login" value="{L_LOGIN}" />
|
||||
</span> </td>
|
||||
</tr>
|
||||
</table>
|
||||
</form>
|
||||
<!-- END user_logged_out -->
|
||||
|
||||
<!-- END loginbox -->
|
||||
<br />
|
||||
<table cellspacing="3" border="0" align="center" cellpadding="0">
|
||||
<tr>
|
||||
|
@@ -34,11 +34,7 @@
|
||||
</span> </td>
|
||||
</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>
|
||||
<td colspan="2">{S_HIDDEN_FIELDS}<input type="submit" name="login" class="mainoption" value="{L_LOGIN}" /></td>
|
||||
</tr>
|
||||
<tr align="center">
|
||||
<td colspan="2"><span class="gensmall"><a href="{U_SEND_PASSWORD}" class="gensmall">{L_SEND_PASSWORD}</a></span></td>
|
||||
|
Reference in New Issue
Block a user