1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-08-12 11:44:08 +02:00

Small mods to login page

git-svn-id: file:///svn/phpbb/trunk@191 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
Paul S. Owen
2001-04-19 17:26:24 +00:00
parent fdbafb32f6
commit 525c09e3e6
3 changed files with 24 additions and 14 deletions

View File

@@ -15,13 +15,16 @@
<tr>
<td bgcolor="{T_TD_COLOR3}" align="right"><font face="verdana,serif" size="2" color="{T_FONTCOLOR2}">{L_PASSWORD}:&nbsp;</font></td><td bgcolor="{T_TD_COLOR3}"><input type="password" name="password" size="25" maxlength="25"></td>
</tr>
<tr>
<td colspan="2" bgcolor="{T_TD_COLOR3}" align="center"><font face="verdana,serif" size="2" color="{T_FONTCOLOR2}">{L_AUTO_LOGIN}</font>:&nbsp;<input type="checkbox" name="autologin"></td>
</tr>
<tr>
<td colspan="2" bgcolor="{T_TD_COLOR2}"><table width="100%" cellspacing="0" cellpadding="6" border="0">
<tr>
<td align="center"><font face="{T_FONTFACE1}" size="{T_FONTSIZE1}"><a href="sendpassword.{PHPEX}">{L_SEND_PASSWORD}</a></font></td>
<td align="center"><input type="submit" name="submit" value="{L_LOGIN}"></td>
</tr>
<tr>
<td align="center"><input type="submit" name="submit" value="{L_LOGIN}"></td>
<td align="center"><font face="{T_FONTFACE1}" size="{T_FONTSIZE1}"><a href="sendpassword.{PHPEX}">{L_SEND_PASSWORD}</a></font></td>
</tr>
</table></td>
</tr>
@@ -31,4 +34,5 @@
</tr>
</table>
</td></tr>
</td>
</tr>