11 lines
459 B
Handlebars
11 lines
459 B
Handlebars
<label class="btn" disabled={{uploading}} title="{{i18n 'user.change_avatar.upload_title'}}">
|
|
{{d-icon "far-image"}} {{uploadButtonText}}
|
|
<input class="hidden-upload-field" disabled={{uploading}} type="file" accept="image/*" />
|
|
</label>
|
|
{{#if uploading}}
|
|
<span>{{i18n 'upload_selector.uploading'}} {{uploadProgress}}%</span>
|
|
{{/if}}
|
|
{{#if imageIsNotASquare}}
|
|
<div class="warning">{{i18n 'user.change_avatar.image_is_not_a_square'}}</div>
|
|
{{/if}}
|