- Repo for opensource odoo website theme (since V13.0)
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.

22 lines
849 B

5 years ago
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <odoo>
  3. <template name="Text Highlight" id="s_text_highlight">
  4. <div class="s_text_highlight bg-gamma o_animation mt32 mb32">
  5. <div class="container">
  6. <div class="row">
  7. <div class="col-lg-12 text-center">
  8. <h3>Text Highlight</h3>
  9. <h4>Change the color of this box</h4>
  10. <p>Put the focus on what you have to say!</p>
  11. </div>
  12. </div>
  13. </div>
  14. </div>
  15. </template>
  16. <template id="s_text_highlight-opt" inherit_id="website.snippet_options">
  17. <xpath expr="//div[@id='so_main_colorpicker']" position="attributes">
  18. <attribute name="data-selector" add=".s_text_highlight"/>
  19. </xpath>
  20. </template>
  21. </odoo>