mirror of
https://github.com/odoo/design-themes.git
synced 2025-10-07 01:18:52 +07:00
f1215976c0
*: theme_artists, theme_aviato, theme_beauty, theme_bewise, theme_bistro, theme_bookstore,theme_buzzy, theme_clean, theme_cobalt, theme_enark, theme_graphene, theme_kea, theme_kiddo, theme_loftspace, theme_monglia, theme_nano, theme_notes, theme_odoo_experts, theme_orchid, theme_paptic, theme_real_estate, theme_treehouse, theme_vehicle, theme_zap This commit adapts background shapes in theme customizations where shapes have been removed, changed or added during the refactoring of background shapes. task-4372655 closes odoo/design-themes#1051 Related: odoo/odoo#190682 Signed-off-by: Serge Bayet (seba) <seba@odoo.com>
56 lines
2.1 KiB
XML
56 lines
2.1 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<odoo>
|
|
|
|
<template id="s_image_text_overlap" inherit_id="website.s_image_text_overlap">
|
|
<!-- Section -->
|
|
<xpath expr="//section" position="attributes">
|
|
<attribute name="class" add="o_cc o_cc2 pb104" remove="pb80 pb64" separator=" "/>
|
|
</xpath>
|
|
<!-- Title -->
|
|
<xpath expr="//h2" position="replace" mode="inner">
|
|
The Orchid Concept
|
|
</xpath>
|
|
<!-- Paragraphs -->
|
|
<xpath expr="//p" position="replace" mode="inner">
|
|
<br/>
|
|
</xpath>
|
|
<xpath expr="//p[2]" position="replace" mode="inner">
|
|
From your local producer to your door, discover how we deliver our multiple sorts of flowers and bring you happiness.
|
|
</xpath>
|
|
</template>
|
|
|
|
<template id="configurator_s_image_text_overlap" inherit_id="website.configurator_s_image_text_overlap">
|
|
<xpath expr="//section" position="attributes">
|
|
<attribute name="data-oe-shape-data">{'shape':'web_editor/Bold/16','flip':[],'showOnMobile':true,'shapeAnimationSpeed':'0'}</attribute>
|
|
<attribute name="class" add="o_cc3" remove="o_cc2" separator=" "/>
|
|
</xpath>
|
|
|
|
<xpath expr="//div[hasclass('container')]" position="before">
|
|
<div class="o_we_shape o_web_editor_Bold_16 o_shape_show_mobile"/>
|
|
</xpath>
|
|
|
|
<xpath expr="//div[hasclass('o_grid_item')][2]" position="attributes">
|
|
<attribute name="class" add="o_cc2" remove="o_cc5" separator=" "/>
|
|
</xpath>
|
|
|
|
<xpath expr="//img" position="attributes">
|
|
<attribute name="src">/theme_orchid/static/src/img/snippets/configurator_s_image_text_overlap.jpg</attribute>
|
|
<attribute name="class" add="img-thumbnail" separator=" "/>
|
|
<attribute name="style" add="padding: 16px" separator=";"/>
|
|
</xpath>
|
|
|
|
<xpath expr="//h2" position="before">
|
|
<p class="lead">Global 24-Hour Flower Delivery</p>
|
|
</xpath>
|
|
|
|
<xpath expr="//h2" position="replace" mode="inner">
|
|
Brighten any corner of the globe with our express 24-hour worldwide flower delivery service.
|
|
</xpath>
|
|
|
|
<xpath expr="//p[2]" position="replace"/>
|
|
<xpath expr="//p[2]" position="replace"/>
|
|
<xpath expr="//p[2]" position="replace"/>
|
|
</template>
|
|
|
|
</odoo>
|