mirror of
https://github.com/odoo/design-themes.git
synced 2025-10-07 01:18:52 +07:00
97683ee283
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>
28 lines
913 B
XML
28 lines
913 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<odoo>
|
|
|
|
<template id="s_picture" inherit_id="website.s_picture">
|
|
<!-- Section -->
|
|
<xpath expr="//section" position="attributes">
|
|
<attribute name="class" add="o_cc3" remove="pb64" separator=" "/>
|
|
</xpath>
|
|
<!-- Size -->
|
|
<xpath expr="//div[hasclass('col-lg-12')]" position="attributes">
|
|
<attribute name="class" add="col-lg-8 offset-lg-2" remove="col-lg-12" separator=" "/>
|
|
</xpath>
|
|
<!-- Title -->
|
|
<xpath expr="//h2" position="replace" mode="inner">
|
|
Today's special
|
|
</xpath>
|
|
<!-- Text -->
|
|
<xpath expr="//p" position="replace" mode="inner">
|
|
Taste our chef's special, an almond macaroon with orange blossom buttercream.
|
|
</xpath>
|
|
<!-- Caption -->
|
|
<xpath expr="//figcaption" position="replace" mode="inner">
|
|
The perfect dessert to share for the table.
|
|
</xpath>
|
|
</template>
|
|
|
|
</odoo>
|