diff options
author | Paul S. Owen <psotfx@users.sourceforge.net> | 2001-05-31 20:27:34 +0000 |
---|---|---|
committer | Paul S. Owen <psotfx@users.sourceforge.net> | 2001-05-31 20:27:34 +0000 |
commit | 64b1a3afbbd5d369864ec04cfe3fec3e18e72ab3 (patch) | |
tree | 04eaacbdea2cee36660ad7b9388ec399b668980f /phpBB | |
parent | 9cf92abc8cc68fdc017abbaacb68bb2d2776b4d7 (diff) | |
download | forums-64b1a3afbbd5d369864ec04cfe3fec3e18e72ab3.tar forums-64b1a3afbbd5d369864ec04cfe3fec3e18e72ab3.tar.gz forums-64b1a3afbbd5d369864ec04cfe3fec3e18e72ab3.tar.bz2 forums-64b1a3afbbd5d369864ec04cfe3fec3e18e72ab3.tar.xz forums-64b1a3afbbd5d369864ec04cfe3fec3e18e72ab3.zip |
Minor change
git-svn-id: file:///svn/phpbb/trunk@391 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB')
-rw-r--r-- | phpBB/templates/PSO/login_body.tpl | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/phpBB/templates/PSO/login_body.tpl b/phpBB/templates/PSO/login_body.tpl index fc7922e1f3..757f5618c0 100644 --- a/phpBB/templates/PSO/login_body.tpl +++ b/phpBB/templates/PSO/login_body.tpl @@ -17,10 +17,10 @@ <td bgcolor="{T_TD_COLOR1}" align="right"><font face="{T_FONTFACE1}" size="{T_FONTSIZE2}" color="{T_FONTCOLOR2}">{L_PASSWORD}: </font></td><td bgcolor="{T_TD_COLOR2}"><input type="password" name="password" size="25" maxlength="25"></td> </tr> <tr> - <td colspan="2" bgcolor="{T_TD_COLOR1}" align="center"><font face="{T_FONTFACE1}" size="2" color="{T_FONTCOLOR2}">{L_AUTO_LOGIN}</font>: <input type="checkbox" name="autologin"></td> - </tr> - <tr> - <td colspan="2" bgcolor="{T_TD_COLOR2}"><table width="100%" cellspacing="0" cellpadding="6" border="0"> + <td colspan="2" bgcolor="{T_TH_COLOR2}"><table width="100%" cellspacing="0" cellpadding="6" border="0"> + <tr> + <td align="center"><font face="{T_FONTFACE1}" size="2" color="{T_FONTCOLOR2}">{L_AUTO_LOGIN}</font>: <input type="checkbox" name="autologin"></td> + </tr> <tr> <td align="center"><input type="hidden" name="forward_page" value="{FORWARD_PAGE}"><input type="submit" name="submit" value="{L_LOGIN}"></td> </tr> |