|
From: Jonathan H. <the...@us...> - 2002-03-01 19:09:40
|
Update of /cvsroot/phpbb/phpBB2/templates/Euclid
In directory usw-pr-cvs1:/tmp/cvs-serv2920/templates/Euclid
Modified Files:
profile_add_body.tpl
Log Message:
Oops again.. Missed one.. I know this ones not really uptodate anyway, but at least my changes are there.
Index: profile_add_body.tpl
===================================================================
RCS file: /cvsroot/phpbb/phpBB2/templates/Euclid/profile_add_body.tpl,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -r1.3 -r1.4
*** profile_add_body.tpl 1 Mar 2002 17:40:20 -0000 1.3
--- profile_add_body.tpl 1 Mar 2002 19:09:37 -0000 1.4
***************
*** 135,142 ****
--- 135,144 ----
</tr>
<!-- BEGIN avatarupload -->
+ <!-- BEGIN avatarfileupload -->
<tr>
<td class="row1"><span class="gen">{L_UPLOAD_AVATAR_FILE}:</span></td>
<td class="row2"><input type="hidden" name="MAX_FILE_SIZE" value="{AVATAR_SIZE}" /><input type="file" name="avatar" /></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>
|