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
854 B

  1. <?xml version="1.0" encoding="utf-8"?>
  2. <!-- Copyright 2017 Jairo Llopis <jairo.llopis@tecnativa.com>
  3. License LGPL-3.0 or later (http://www.gnu.org/licenses/lgpl.html). -->
  4. <odoo>
  5. <template id="snippet_options"
  6. inherit_id="web_editor.snippet_options">
  7. <xpath expr=".">
  8. <!-- The same option that already exists in website editor, but
  9. enabled for mass mailing editor -->
  10. <div data-js='colorpicker'
  11. data-selector=".bg-color, #editable_area > div, a.o_default_snippet_text">
  12. <li class="dropdown-submenu">
  13. <a tabindex="-1" href="#">Color</a>
  14. <ul class="dropdown-menu">
  15. <li></li>
  16. </ul>
  17. </li>
  18. </div>
  19. </xpath>
  20. </template>
  21. </odoo>