13 lines
634 B
Handlebars
13 lines
634 B
Handlebars
<div class="uploaded-image-preview input-xxlarge" style={{backgroundStyle}}>
|
|
<div class="image-upload-controls">
|
|
<label class="btn pad-left no-text {{if uploading 'disabled'}}">
|
|
{{fa-icon "picture-o"}}
|
|
<input {{bind-attr disabled="uploading"}} type="file" accept="image/*" style="visibility: hidden; position: absolute;" />
|
|
</label>
|
|
{{#if backgroundStyle}}
|
|
<button {{action "trash"}} class="btn btn-danger pad-left no-text">{{fa-icon "trash-o"}}</button>
|
|
{{/if}}
|
|
<span {{bind-attr class=":btn uploading::hidden"}}>{{i18n 'upload_selector.uploading'}} {{uploadProgress}}%</span>
|
|
</div>
|
|
</div>
|