Files
design-themes/theme_bistro/views/snippets/s_picture.xml
T

28 lines
913 B
XML
Raw Normal View History

2021-05-10 15:45:35 +02:00
<?xml version="1.0" encoding="utf-8"?>
<odoo>
2021-06-29 08:48:44 +00:00
<template id="s_picture" inherit_id="website.s_picture">
<!-- Section -->
<xpath expr="//section" position="attributes">
<attribute name="class" add="o_cc3" remove="pb64" separator=" "/>
2021-06-29 08:48:44 +00:00
</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=" "/>
2021-06-29 08:48:44 +00:00
</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.
2021-06-29 08:48:44 +00:00
</xpath>
<!-- Caption -->
<xpath expr="//figcaption" position="replace" mode="inner">
The perfect dessert to share for the table.
</xpath>
</template>
2021-05-10 15:45:35 +02:00
</odoo>