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.

29 lines
996 B

9 years ago
9 years ago
9 years ago
9 years ago
  1. <?xml version="1.0" encoding="utf-8" ?>
  2. <templates>
  3. <t t-name="fetch_mail_immediately.header">
  4. <tr class="oe_header_row">
  5. <td t-att-colspan="colspan or '3'">
  6. <div class="oe_view_manager_fetch_mail_imm">
  7. <em>
  8. <span>Mails fetched:</span>
  9. <a
  10. href="#"
  11. class="oe_fetch_new_mails"
  12. title="Click to fetch mails now"
  13. >
  14. <span class="oe_view_manager_fetch_mail_imm_field" />
  15. </a>
  16. </em>
  17. </div>
  18. </td>
  19. <td />
  20. </tr>
  21. </t>
  22. <t t-extend="mail.wall">
  23. <t t-jquery="tr.oe_header_row_top" t-operation="after">
  24. <t t-call="fetch_mail_immediately.header">
  25. <t t-set="colspan" t-value="2" />
  26. </t>
  27. </t>
  28. </t>
  29. </templates>