|
From: Jonathan H. <the...@us...> - 2002-03-01 17:40:26
|
Update of /cvsroot/phpbb/phpBB2/templates/Euclid
In directory usw-pr-cvs1:/tmp/cvs-serv10679/templates/Euclid
Modified Files:
profile_add_body.tpl
Log Message:
Workarounds for file_uploads disabled...
Index: profile_add_body.tpl
===================================================================
RCS file: /cvsroot/phpbb/phpBB2/templates/Euclid/profile_add_body.tpl,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -r1.2 -r1.3
*** profile_add_body.tpl 11 Dec 2001 14:02:33 -0000 1.2
--- profile_add_body.tpl 1 Mar 2002 17:40:20 -0000 1.3
***************
*** 1,4 ****
! <form action="{S_PROFILE_ACTION}" enctype="multipart/form-data" method="post"><table width="98%" cellspacing="0" cellpadding="4" border="0" align="center">
<tr>
<td align="left"><span class="gensmall"><a href="{U_INDEX}">{L_INDEX}</a></span></td>
--- 1,4 ----
! <form action="{S_PROFILE_ACTION}" {S_FORM_ENCTYPE} method="post"><table width="98%" cellspacing="0" cellpadding="4" border="0" align="center">
<tr>
<td align="left"><span class="gensmall"><a href="{U_INDEX}">{L_INDEX}</a></span></td>
|