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.

32 lines
1.0 KiB

  1. <?xml version="1.0" encoding="utf-8"?>
  2. <!-- © 2016 Antiun Ingeniería S.L. - Jairo Llopis
  3. License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html). -->
  4. <openerp>
  5. <data>
  6. <template id="snippet_hr"
  7. inherit_id="560px_section">
  8. <xpath expr=".">
  9. <t t-call="website_mail_snippet_fixed.snippet">
  10. <t t-set="image" t-value="'snippet_hr'"/>
  11. <t t-set="title">Horizontal Separator</t>
  12. <tbody>
  13. <tr>
  14. <td style="background-color: #ECECEC;" class="bg_color_picker" height="10"></td>
  15. </tr>
  16. <tr>
  17. <td style="background-color: #00B518;"
  18. height="5"
  19. class="bg_color_picker vertical_resizable"/>
  20. </tr>
  21. <tr>
  22. <td style="background-color: #ECECEC;" class="bg_color_picker" height="10"></td>
  23. </tr>
  24. </tbody>
  25. </t>
  26. </xpath>
  27. </template>
  28. </data>
  29. </openerp>