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.

24 lines
649 B

  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. </template>
  20. </data>
  21. </openerp>