You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

14 lines
520 B

  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <!-- Copyright 2014-2015 Grupo ESOC <http://www.grupoesoc.es>
  3. License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html). -->
  4. <template>
  5. <t t-extend="mail.widget.Thread.Message">
  6. <t t-jquery=".o_mail_info" t-operation="append">
  7. <span class="o_thread_full_spand_icon">
  8. <i class="fa o_full_expand fa-arrows-alt" t-att-data-message-id="message.getID()" title="Fully Expand"/>
  9. </span>
  10. </t>
  11. </t>
  12. </template>