Files
design-themes/theme_bistro/views/snippets/s_quadrant.xml
T
Brieuc-brd 97683ee283 [IMP] theme_bistro: revamp the theme
task-4178021
Part of task-4177975

closes odoo/design-themes#919

Related: odoo/odoo#180736
Signed-off-by: Outagant Mehdi (mou) <mou@odoo.com>
Signed-off-by: Quentin Smetz (qsm) <qsm@odoo.com>
2024-09-21 16:34:54 +00:00

27 lines
1017 B
XML
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
<?xml version="1.0" encoding="utf-8"?>
<odoo>
<template id="s_quadrant" inherit_id="website.s_quadrant">
<!-- Layout -->
<xpath expr="//section" position="attributes">
<attribute name="class" add="o_cc o_cc3 o_colored_level" separator=" "/>
</xpath>
<xpath expr="(//div[hasclass('o_grid_item_image')])[1]" position="replace"/>
<xpath expr="(//div[hasclass('o_grid_item_image')])[2]" position="replace"/>
<!-- Title -->
<xpath expr="//h2" position="replace" mode="inner">
Taste &amp; Enjoy
</xpath>
<!-- Paragraph -->
<xpath expr="//p[hasclass('lead')]" position="replace" mode="inner">
Experience the finest in dining with our carefully curated menus. Whether youre at a bistro, bar, or cafe, our culinary offerings are sure to delight.<br/><br/> Taste the difference in every dish.
</xpath>
<!-- Button -->
<xpath expr="//a[hasclass('btn')]/t" position="replace" mode="inner">
Reserve a Table
</xpath>
</template>
</odoo>