- 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.

14 lines
545 B

5 years ago
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <odoo>
  3. <template name="Got-to-Top Nav" id="s_separator_nav">
  4. <section class="s_separator_nav">
  5. <div class="container">
  6. <div class="row s_separator_nav_nav mini_nav_scroll">
  7. <div class="s_separator_nav_item col-lg-2 float-right">
  8. <a class="btn btn-success btn-xl float-right" href="#wrap" type="button">Top</a>
  9. </div>
  10. </div>
  11. </div>
  12. </section>
  13. </template>
  14. </odoo>