mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-02 04:24:56 +02:00
Implementing selection logic for gallery and remote avatars. Modified some of the driver interfaces to make things work nicer also. Upload functionality will be in the next commit. PHPBB3-10018
12 lines
528 B
HTML
12 lines
528 B
HTML
<dl>
|
|
<dt><label for="av_upload_file">{L_UPLOAD_AVATAR_FILE}:</label></dt>
|
|
<dd><input type="hidden" name="MAX_FILE_SIZE" value="{AV_UPLOAD_SIZE}" /><input type="file" name="av_upload_file" id="av_upload_file" class="inputbox autowidth" /></dd>
|
|
</dl>
|
|
|
|
<!-- IF S_UPLOAD_AVATAR_URL -->
|
|
<dl>
|
|
<dt><label for="av_upload_url">{L_UPLOAD_AVATAR_URL}:</label><br /><span>{L_UPLOAD_AVATAR_URL_EXPLAIN}</span></dt>
|
|
<dd><input type="text" name="av_upload_url" id="av_upload_url" value="" class="inputbox" /></dd>
|
|
</dl>
|
|
<!-- ENDIF -->
|