mirror of
https://github.com/odoo/design-themes.git
synced 2025-10-07 01:18:52 +07:00
8ee2b3ac77
In commit [1] some of the shapes have been moved to new folder or have been renamed. This commit adapt the paths of the previous shapes to their new location in various themes. [1]: https://github.com/odoo/odoo/commit/934069f834534ca3553ed28e46e5619c33463e50 task-3266705 closes odoo/design-themes#641 Signed-off-by: Romain Derie (rde) <rde@odoo.com>
89 lines
4.8 KiB
XML
89 lines
4.8 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
||
<odoo>
|
||
|
||
<template id="s_media_list" inherit_id="website.s_media_list">
|
||
<!-- Section -->
|
||
<xpath expr="//section" position="attributes">
|
||
<attribute name="class" add="o_cc2 pt64 pb64" remove="o_cc1 pt32 pb32" separator=" "/>
|
||
<attribute name="data-oe-shape-data">{"shape":"web_editor/Floats/01","flip":[]}</attribute>
|
||
</xpath>
|
||
<!-- Shapes -->
|
||
<xpath expr="//div[hasclass('container')]" position="before">
|
||
<div class="o_we_shape o_web_editor_Floats_01"/>
|
||
</xpath>
|
||
<!-- Row 1 -->
|
||
<xpath expr="(//div[hasclass('row')])[2]" position="attributes">
|
||
<attribute name="class" remove="o_cc o_cc1" separator=" "/>
|
||
</xpath>
|
||
<xpath expr="//div[hasclass('s_media_list_img_wrapper')]" position="attributes">
|
||
<attribute name="class" add="col-lg-6" remove="col-lg-4" separator=" "/>
|
||
</xpath>
|
||
<xpath expr="//div[hasclass('s_media_list_body')]" position="attributes">
|
||
<attribute name="class" add="col-lg-6" remove="col-lg-8" separator=" "/>
|
||
</xpath>
|
||
<xpath expr="(//img)" position="attributes">
|
||
<attribute name="src">/web_editor/image_shape/website.s_media_list_default_image_3/web_editor/geometric_round/geo_round_blob_medium.svg</attribute>
|
||
<attribute name="data-shape">web_editor/geometric_round/geo_round_blob_medium</attribute>
|
||
<attribute name="data-original-mimetype">image/jpeg</attribute>
|
||
<attribute name="data-file-name">s_media_list_3.svg</attribute>
|
||
<attribute name="data-shape-colors">;;;;</attribute>
|
||
</xpath>
|
||
<!-- Row 2 -->
|
||
<xpath expr="(//div[hasclass('row')])[3]" position="attributes">
|
||
<attribute name="class" add="flex-row-reverse" remove="o_cc o_cc1" separator=" "/>
|
||
</xpath>
|
||
<xpath expr="(//div[hasclass('s_media_list_img_wrapper')])[2]" position="attributes">
|
||
<attribute name="class" add="col-lg-6" remove="col-lg-4" separator=" "/>
|
||
</xpath>
|
||
<xpath expr="(//div[hasclass('s_media_list_body')])[2]" position="attributes">
|
||
<attribute name="class" add="col-lg-6" remove="col-lg-8" separator=" "/>
|
||
</xpath>
|
||
<xpath expr="(//img)[2]" position="attributes">
|
||
<attribute name="src">/web_editor/image_shape/website.s_media_list_default_image_2/web_editor/geometric_round/geo_round_blob_medium.svg</attribute>
|
||
<attribute name="data-shape">web_editor/geometric_round/geo_round_blob_medium</attribute>
|
||
<attribute name="data-original-mimetype">image/jpeg</attribute>
|
||
<attribute name="data-file-name">s_media_list_2.svg</attribute>
|
||
<attribute name="data-shape-colors">;;;;</attribute>
|
||
</xpath>
|
||
<!-- Row 3 -->
|
||
<xpath expr="(//div[hasclass('row')])[4]" position="attributes">
|
||
<attribute name="class" remove="o_cc o_cc1" separator=" "/>
|
||
</xpath>
|
||
<xpath expr="(//div[hasclass('s_media_list_img_wrapper')])[3]" position="attributes">
|
||
<attribute name="class" add="col-lg-6" remove="col-lg-4" separator=" "/>
|
||
</xpath>
|
||
<xpath expr="(//div[hasclass('s_media_list_body')])[3]" position="attributes">
|
||
<attribute name="class" add="col-lg-6" remove="col-lg-8" separator=" "/>
|
||
</xpath>
|
||
<xpath expr="(//img)[3]" position="attributes">
|
||
<attribute name="src">/web_editor/image_shape/website.s_media_list_default_image_1/web_editor/geometric_round/geo_round_blob_medium.svg</attribute>
|
||
<attribute name="data-shape">web_editor/geometric_round/geo_round_blob_medium</attribute>
|
||
<attribute name="data-original-mimetype">image/jpeg</attribute>
|
||
<attribute name="data-file-name">s_media_list_1.svg</attribute>
|
||
<attribute name="data-shape-colors">;;;;</attribute>
|
||
</xpath>
|
||
<!-- Text 1 -->
|
||
<xpath expr="//h3" position="replace" mode="inner">
|
||
Comfort & Ease
|
||
</xpath>
|
||
<xpath expr="//p" position="replace" mode="inner">
|
||
We only use original parts or parts of equivalent quality. We make sure you get the best quality available on the market at the best price. All our interventions are guaranteed for a period of one year.
|
||
</xpath>
|
||
<!-- Text 2 -->
|
||
<xpath expr="(//h3)[2]" position="replace" mode="inner">
|
||
Fitting design
|
||
</xpath>
|
||
<xpath expr="(//p)[2]" position="replace" mode="inner">
|
||
We only use original parts or parts of equivalent quality. We make sure you get the best quality available on the market at the best price. All our interventions are guaranteed for a period of one year.
|
||
</xpath>
|
||
<!-- Text 3 -->
|
||
<xpath expr="(//h3)[3]" position="replace" mode="inner">
|
||
Natural control
|
||
</xpath>
|
||
<xpath expr="(//p)[3]" position="replace" mode="inner">
|
||
Use this snippet to build various types of components that feature a left- or right-aligned image alongside textual content. Duplicate the element to create a list that fits your needs.
|
||
</xpath>
|
||
</template>
|
||
|
||
</odoo>
|