This repository has been archived on 2026-07-19. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
espocrm-base/frontend/client/res/templates/fields/file/edit.tpl
T
2014-10-20 11:13:16 +03:00

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>