mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-30 21:40:43 +02:00
Oops I did a Paul... Still allow avatar uploads from Urls
git-svn-id: file:///svn/phpbb/trunk@2243 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
@@ -178,12 +178,10 @@
|
||||
<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>
|
||||
|
@@ -223,6 +223,7 @@
|
||||
</td>
|
||||
</tr>
|
||||
<!-- BEGIN avatarupload -->
|
||||
<!-- BEGIN fileuploads -->
|
||||
<tr>
|
||||
<td class="row1"><span class="gen">{L_UPLOAD_AVATAR_FILE}</span></td>
|
||||
<td class="row2">
|
||||
@@ -230,6 +231,7 @@
|
||||
<input type="file" name="avatar" class="post" style="width: 200px" />
|
||||
</td>
|
||||
</tr>
|
||||
<!-- END fileuploads -->
|
||||
<tr>
|
||||
<td class="row1"><span class="gen">{L_UPLOAD_AVATAR_URL}</span></td>
|
||||
<td class="row2">
|
||||
|
@@ -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>
|
||||
|
Reference in New Issue
Block a user