composeButtonBar.handlebars 1023 B

1234567891011121314151617181920212223242526
  1. <div class="ui-dialog-buttonset attachments">
  2. <{{#if isIE10}}label for="file_input" role="button"{{else}}button{{/if}}
  3. id="add-message-attachment-button"
  4. class="ui-button ui-widget ui-state-default ui-corner-all attach-file"
  5. type="button"
  6. title="{{#t "titles.add_attachment"}}Add an attachment{{/t}}">
  7. <span class="ui-button-text">
  8. <i class="icon-paperclip"></i>
  9. <span class="screenreader-only">
  10. {{#t "titles.add_attachment"}}Add an attachment{{/t}}
  11. </span>
  12. </span>
  13. </{{#if isIE10}}label{{else}}button{{/if}}>
  14. <button class="ui-button ui-widget ui-state-default ui-corner-all attach-media"
  15. type="button"
  16. title="{{#t "titles.record_media_comment"}}Record an audio or video comment{{/t}}">
  17. <span class="ui-button-text">
  18. <i class="icon-media"></i>
  19. <span class="screenreader-only">
  20. {{#t "titles.record_media_comment"}}Record an audio or video comment{{/t}}
  21. </span>
  22. </span>
  23. </button>
  24. </div>