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">
|
2024-07-17 16:45:52 +02:00
|
|
|
<attribute name="class" add="o_cc3" remove="pb64" separator=" "/>
|
2021-06-29 08:48:44 +00:00
|
|
|
</xpath>
|
|
|
|
|
<!-- Size -->
|
2023-12-12 14:40:36 +01:00
|
|
|
<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">
|
2023-10-17 09:25:10 +00:00
|
|
|
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>
|