addAttachment.handlebars 707 B

1234567891011121314151617181920
  1. <li class="attachment clearfix" tabindex="0"
  2. title="{{#t "titles.attachment"}}File to attach{{/t}}">
  3. <a href="#"
  4. class="remove_link icon-end black pull-right"
  5. title="{{#t "titles.remove_attachment"}}Remove attachment{{/t}}">
  6. <span class="screenreader-only">
  7. {{#t "titles.remove_attachment"}}Remove attachment{{/t}}
  8. </span>
  9. </a>
  10. <div class="attachment-icon" aria-hidden="true">
  11. <i class="icon-paperclip"></i>
  12. </div>
  13. <div class="attachment-name-clip"></div>
  14. <div class="attachment-name"></div>
  15. <input id="file_input" type="file"
  16. class="file_input"
  17. name="attachments[]">
  18. </div>
  19. </li>