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/attachments-multiple/edit.tpl
T
2014-10-20 11:13:16 +03:00

10 lines
391 B
Smarty

<div class="">
<div>
<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" multiple style="opacity: 0; width: 1px;">
</label>
</div>
<div class="attachments"></div>
</div>