10 lines
479 B
Smarty
10 lines
479 B
Smarty
<div>
|
|
<div class="attachment-button{{#if id}} hidden{{/if}}">
|
|
<label style="overflow: hidden; width: 50px; cursor: pointer;">
|
|
<span class="btn btn-default" style="cursor: pointer;"><span class="glyphicon glyphicon-paperclip"></span></span>
|
|
<input type="file" class="file pull-right" style="opacity: 0; width: 1px;" {{#if acceptAttribue}}accept="{{acceptAttribue}}"{{/if}}>
|
|
</label>
|
|
</div>
|
|
<div class="attachment"></div>
|
|
</div>
|