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.

41 lines
1.2 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="website_mail.email_designer_snippets">
  8. <xpath expr="//div[@id='snippet_options']">
  9. <div
  10. data-snippet-option-id='vertical_resize'
  11. data-selector=".vertical_resizable">
  12. <li>
  13. <a href="#" class="button js_vertical_resize">
  14. Change Height
  15. </a>
  16. </li>
  17. </div>
  18. </xpath>
  19. <xpath expr="//div[@id='snippet_email_structure']">
  20. <t t-call="website_mail_snippet_responsive.snippet">
  21. <t t-set="image" t-value="'snippet_hr'"/>
  22. <t t-set="title">Horizontal Separator</t>
  23. <tbody>
  24. <tr>
  25. <td bgcolor="#ECECEC" height="10"/>
  26. </tr>
  27. <tr>
  28. <td bgcolor="#00B518"
  29. height="5"
  30. class="bg_color_picker vertical_resizable"/>
  31. </tr>
  32. </tbody>
  33. </t>
  34. </xpath>
  35. </template>
  36. </data>
  37. </openerp>