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.

25 lines
873 B

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 href="#" class="oe_fetch_new_mails" title="Click to fetch mails now">
  10. <span class="oe_view_manager_fetch_mail_imm_field"></span>
  11. </a>
  12. </em>
  13. </div>
  14. </td>
  15. <td></td>
  16. </tr>
  17. </t>
  18. <t t-extend="mail.wall">
  19. <t t-jquery="tr.oe_header_row_top" t-operation="after">
  20. <t t-call="fetch_mail_immediately.header">
  21. <t t-set="colspan" t-value="2"/>
  22. </t>
  23. </t>
  24. </t>
  25. </templates>