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.

11 lines
526 B

  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <template>
  3. <t t-extend="mail.compose_message">
  4. <t t-jquery="a.oe_compose_post:eq(0)" t-operation="replace">
  5. <a class="oe_compose_post oe_full" t-if="widget.options.compose_placeholder"><t t-raw="widget.options.compose_placeholder"/></a>
  6. </t>
  7. <t t-jquery="a.oe_compose_post:eq(1)" t-operation="replace">
  8. <a class="oe_compose_post oe_full" t-if="!widget.options.compose_placeholder and !widget.options.view_mailbox">Send a message</a>
  9. </t>
  10. </t>
  11. </template>