diff options
author | the_systech <the_systech@users.sourceforge.net> | 2002-03-01 18:04:27 +0000 |
---|---|---|
committer | the_systech <the_systech@users.sourceforge.net> | 2002-03-01 18:04:27 +0000 |
commit | 89ceaa9975343ebc0ce817d64ad62a282c11beb9 (patch) | |
tree | 9ef0742ee39c12aba8a3798a795575c7c3d443c5 /phpBB/templates/subSilver/profile_add_body.tpl | |
parent | ebef1197964061ae2f2eb17dce2061fad1df6a35 (diff) | |
download | forums-89ceaa9975343ebc0ce817d64ad62a282c11beb9.tar forums-89ceaa9975343ebc0ce817d64ad62a282c11beb9.tar.gz forums-89ceaa9975343ebc0ce817d64ad62a282c11beb9.tar.bz2 forums-89ceaa9975343ebc0ce817d64ad62a282c11beb9.tar.xz forums-89ceaa9975343ebc0ce817d64ad62a282c11beb9.zip |
Oops I did a Paul... Still allow avatar uploads from Urls
git-svn-id: file:///svn/phpbb/trunk@2243 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/templates/subSilver/profile_add_body.tpl')
-rw-r--r-- | phpBB/templates/subSilver/profile_add_body.tpl | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/phpBB/templates/subSilver/profile_add_body.tpl b/phpBB/templates/subSilver/profile_add_body.tpl index 05ebadee9f..7c445a963f 100644 --- a/phpBB/templates/subSilver/profile_add_body.tpl +++ b/phpBB/templates/subSilver/profile_add_body.tpl @@ -232,6 +232,7 @@ </td> </tr> <!-- BEGIN avatarupload --> + <!-- BEGIN avatarfileupload --> <tr> <td class="row1"><span class="gen">{L_UPLOAD_AVATAR_FILE}:</span></td> <td class="row2"> @@ -239,6 +240,7 @@ <input type="file" name="avatar" class="post"style="width: 200px" /> </td> </tr> + <!-- END avatarfileupload --> <tr> <td class="row1"><span class="gen">{L_UPLOAD_AVATAR_URL}:</span><br /> <span class="gensmall">{L_UPLOAD_AVATAR_URL_EXPLAIN}</span></td> |