aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/templates
diff options
context:
space:
mode:
authorPaul S. Owen <psotfx@users.sourceforge.net>2001-05-27 19:18:57 +0000
committerPaul S. Owen <psotfx@users.sourceforge.net>2001-05-27 19:18:57 +0000
commitd82257c11a74b9f853e28de1657fbcf8f1b2e57f (patch)
treea673fa8b641e8034db1c73f2499974ec640fc9cd /phpBB/templates
parent80e2cec0e261d240737d0db182273151d56cbec5 (diff)
downloadforums-d82257c11a74b9f853e28de1657fbcf8f1b2e57f.tar
forums-d82257c11a74b9f853e28de1657fbcf8f1b2e57f.tar.gz
forums-d82257c11a74b9f853e28de1657fbcf8f1b2e57f.tar.bz2
forums-d82257c11a74b9f853e28de1657fbcf8f1b2e57f.tar.xz
forums-d82257c11a74b9f853e28de1657fbcf8f1b2e57f.zip
Avatar update
git-svn-id: file:///svn/phpbb/trunk@353 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/templates')
-rw-r--r--phpBB/templates/PSO/profile_add_body.tpl14
1 files changed, 13 insertions, 1 deletions
diff --git a/phpBB/templates/PSO/profile_add_body.tpl b/phpBB/templates/PSO/profile_add_body.tpl
index 43a1bd81c0..26842860b0 100644
--- a/phpBB/templates/PSO/profile_add_body.tpl
+++ b/phpBB/templates/PSO/profile_add_body.tpl
@@ -5,7 +5,7 @@
</table></div>
<div align="center"><table width="98%" cellpadding="1" cellspacing="0" border="0">
- <tr><form action="{S_PROFILE_ACTION}" method="post">
+ <tr><form action="{S_PROFILE_ACTION}" enctype="multipart/form-data" method="post">
<td bgcolor="{T_TH_COLOR1}"><table border="0" cellpadding="3" cellspacing="1" width="100%">
<tr>
<td colspan="2" bgcolor="{T_TH_COLOR3}"><font face="{T_FONTFACE1}" size="{T_FONTSIZE2}" color="{T_FONTCOLOR1}">&nbsp;<b>{L_REGISTRATION_INFO}</b></font> <font face="{T_FONTFACE1}" size="{T_FONTSIZE1}">[{L_ITEMS_REQUIRED}]</font>&nbsp;</td>
@@ -89,6 +89,18 @@
<td bgcolor="{T_TD_COLOR2}"><input type="radio" name="allowsmilies" value="1" {ALWAYS_ALLOW_SMILIES_YES}> <font face="{T_FONTFACE1}" size="{T_FONTSIZE2}">{L_YES}</font>&nbsp;&nbsp;<input type="radio" name="allowsmilies" value="0" {ALWAYS_ALLOW_SMILIES_NO}> <font face="{T_FONTFACE1}" size="{T_FONTSIZE2}">{L_NO}</font></td>
</tr>
<tr>
+ <td bgcolor="{T_TD_COLOR1}"><font face="{T_FONTFACE1}" size="{T_FONTSIZE2}">{L_AVATAR}:</b></font><br /><font face="{T_FONTFACE1}" size="{T_FONTSIZE1}">{L_AVATAR_EXPLAIN}</font></td>
+ <td bgcolor="{T_TD_COLOR2}"><table cellspacing="2" cellpadding="0" border="0">
+ <tr>
+ <td align="center"><font face="{T_FONTFACE1}" size="{T_FONTSIZE1}">{L_CURRENT_IMAGE}</font></td>
+ <td rowspan="2" valign="bottom">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<font face="{T_FONTFACE1}" size="{T_FONTSIZE1}">{L_UPLOAD_IMAGE}:</font><br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<input type="hidden" name="MAX_FILE_SIZE" value="{AVATAR_SIZE}"><input type="file" name="avatar"><br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<font face="{T_FONTFACE1}" size="{T_FONTSIZE1}">{L_DELETE_IMAGE}:</font><input type="checkbox" name="avatardel"></td>
+ </tr>
+ <tr>
+ <td align="center">&nbsp;{AVATAR}&nbsp;</td>
+ </tr>
+ </table></td>
+ </tr>
+ <tr>
<td bgcolor="{T_TD_COLOR1}"><font face="{T_FONTFACE1}" size="{T_FONTSIZE2}">{L_BOARD_LANGUAGE}:</font></td>
<td bgcolor="{T_TD_COLOR2}">{LANGUAGE_SELECT}</td>
</tr>