mirror of
https://github.com/odoo/design-themes.git
synced 2025-10-07 01:18:52 +07:00
26dbfa11d2
*: anelusia, artists, avantgarde, aviato, beauty, bewise, bistro, bookstore, buzzy, clean, cobalt, enark, graphene, kea, kiddo, loftspace, monglia, nano, notes, paptic, real_estate, treehouse, vehicle, yes, zap This commit adapts the design of `s_quadrant` for multiple themes, based on the new Odoo 18 snippet redesign. task-4105045 closes odoo/design-themes#874 Part-of: task-4077427 Related: odoo/odoo#177058 Signed-off-by: Benjamin Vray (bvr) <bvr@odoo.com>
20 lines
700 B
XML
20 lines
700 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<odoo>
|
|
|
|
<template id="s_quadrant" inherit_id="website.s_quadrant">
|
|
<!-- Title -->
|
|
<xpath expr="//h2" position="replace" mode="inner">
|
|
Read & Listen
|
|
</xpath>
|
|
<!-- Paragraph -->
|
|
<xpath expr="//p[hasclass('lead')]" position="replace" mode="inner">
|
|
Immerse yourself in our vast collection of books and music. From timeless classics to contemporary works, we offer a sanctuary for the literary and musical soul.<br/><br/> Find your next inspiration here.
|
|
</xpath>
|
|
<!-- Button -->
|
|
<xpath expr="//a[hasclass('btn')]/t" position="replace" mode="inner">
|
|
Browse the Collection
|
|
</xpath>
|
|
</template>
|
|
|
|
</odoo>
|