1
0
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:
Paul S. Owen
2001-10-14 18:22:32 +00:00
parent e4b9702ebc
commit 715a51c548
13 changed files with 874 additions and 62 deletions

View File

@@ -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 @@
&nbsp;&nbsp; &nbsp;&nbsp;{L_AUTO_LOGIN}
<input class="text" type="checkbox" name="autologin" />
&nbsp;&nbsp;&nbsp;
<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 />&nbsp;
<table cellspacing="3" border="0" align="center" cellpadding="0">
<tr>

View File

@@ -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>