aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/templates
diff options
context:
space:
mode:
authorPaul S. Owen <psotfx@users.sourceforge.net>2001-10-14 18:22:32 +0000
committerPaul S. Owen <psotfx@users.sourceforge.net>2001-10-14 18:22:32 +0000
commit715a51c548f36ab2dca1fd61723f2f0b45e67a18 (patch)
treede089b57a0236d392c4dde081107a8a0d0dd6856 /phpBB/templates
parente4b9702ebc17ce0e3afb33afdd0e481d87e305ad (diff)
downloadforums-715a51c548f36ab2dca1fd61723f2f0b45e67a18.tar
forums-715a51c548f36ab2dca1fd61723f2f0b45e67a18.tar.gz
forums-715a51c548f36ab2dca1fd61723f2f0b45e67a18.tar.bz2
forums-715a51c548f36ab2dca1fd61723f2f0b45e67a18.tar.xz
forums-715a51c548f36ab2dca1fd61723f2f0b45e67a18.zip
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
Diffstat (limited to 'phpBB/templates')
-rw-r--r--phpBB/templates/subSilver/index_body.tpl7
-rw-r--r--phpBB/templates/subSilver/login_body.tpl6
2 files changed, 5 insertions, 8 deletions
diff --git a/phpBB/templates/subSilver/index_body.tpl b/phpBB/templates/subSilver/index_body.tpl
index 10390de22f..38bc0b2b21 100644
--- a/phpBB/templates/subSilver/index_body.tpl
+++ b/phpBB/templates/subSilver/index_body.tpl
@@ -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>
diff --git a/phpBB/templates/subSilver/login_body.tpl b/phpBB/templates/subSilver/login_body.tpl
index 04323543ff..f77ebeede3 100644
--- a/phpBB/templates/subSilver/login_body.tpl
+++ b/phpBB/templates/subSilver/login_body.tpl
@@ -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>