mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-06 08:47:45 +02:00
Workarounds for file_uploads disabled...
git-svn-id: file:///svn/phpbb/trunk@2241 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
<tr>
|
||||
<td><form action="{S_PROFILE_ACTION}" enctype="multipart/form-data" method="post">
|
||||
<td><form action="{S_PROFILE_ACTION}" {S_FORM_ENCTYPE} method="post">
|
||||
<table border="0" align="center" width="100%" bgcolor="#000000" cellpadding="0" cellspacing="1">
|
||||
<tr>
|
||||
<td>
|
||||
|
@@ -1,5 +1,5 @@
|
||||
|
||||
<form action="{S_PROFILE_ACTION}" enctype="multipart/form-data" method="post"><table width="98%" cellspacing="0" cellpadding="4" border="0" align="center">
|
||||
<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>
|
||||
</tr>
|
||||
|
@@ -178,10 +178,12 @@
|
||||
<td class="row1">{L_ALLOW_REMOTE} <br /><span class="gensmall">{L_ALLOW_REMOTE_EXPLAIN}</span></td>
|
||||
<td class="row2"><input type="radio" name="allow_avatar_remote" value="1" {AVATARS_REMOTE_YES} /> {L_YES} <input type="radio" name="allow_avatar_remote" value="0" {AVATARS_REMOTE_NO} /> {L_NO}</td>
|
||||
</tr>
|
||||
<!-- BEGIN switch_uploads_possible -->
|
||||
<tr>
|
||||
<td class="row1">{L_ALLOW_UPLOAD}</td>
|
||||
<td class="row2"><input type="radio" name="allow_avatar_upload" value="1" {AVATARS_UPLOAD_YES} /> {L_YES} <input type="radio" name="allow_avatar_upload" value="0" {AVATARS_UPLOAD_NO} /> {L_NO}</td>
|
||||
</tr>
|
||||
<!-- END switch_uploads_possible -->
|
||||
<tr>
|
||||
<td class="row1">{L_MAX_FILESIZE}<br /><span class="gensmall">{L_MAX_FILESIZE_EXPLAIN}</span></td>
|
||||
<td class="row2"><input type="text" size="4" maxlength="10" name="avatar_filesize" value="{AVATAR_FILESIZE}" /> Bytes</td>
|
||||
|
@@ -5,7 +5,7 @@
|
||||
|
||||
{ERROR_BOX}
|
||||
|
||||
<form action="{S_PROFILE_ACTION}" enctype="multipart/form-data" method="post"><table width="98%" cellspacing="1" cellpadding="4" border="0" align="center" class="forumline">
|
||||
<form action="{S_PROFILE_ACTION}" {S_FORM_ENCTYPE} method="post"><table width="98%" cellspacing="1" cellpadding="4" border="0" align="center" class="forumline">
|
||||
<tr>
|
||||
<th class="thHead" colspan="2">{L_REGISTRATION_INFO}</th>
|
||||
</tr>
|
||||
|
@@ -1,5 +1,5 @@
|
||||
|
||||
<form action="{S_PROFILE_ACTION}" enctype="multipart/form-data" method="post">
|
||||
<form action="{S_PROFILE_ACTION}" {S_FORM_ENCTYPE} method="post">
|
||||
{ERROR_BOX}
|
||||
|
||||
<table width="100%" cellspacing="2" cellpadding="2" border="0" align="center">
|
||||
|
Reference in New Issue
Block a user