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.

38 lines
1.1 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 t-attf-bgcolor="#{website.mail_button_color}"
  26. height="5"
  27. class="bg_color_picker vertical_resizable"/>
  28. </tr>
  29. </tbody>
  30. </t>
  31. </xpath>
  32. </template>
  33. </data>
  34. </openerp>