mirror of
https://github.com/odoo/design-themes.git
synced 2025-10-07 01:18:52 +07:00
376ab972ea
* anelusia, artists, avantgarde, aviato, beauty, bewise, bistro, bookstore, buzzy, clean, cobalt, enark, graphene, kea, kiddo, loftspace, monglia, nano, notes, odoo_experts, orchid, paptic, real estate, treehouse, vehicle, yes, zap This commit adapts all the `xpath` expressions inside design themes to target the new heading tags that were changed within the snippet files. task-4349019 closes odoo/design-themes#1043 Related: odoo/odoo#191300 Related: odoo/enterprise#92978 Signed-off-by: Quentin Smetz (qsm) <qsm@odoo.com>
48 lines
2.4 KiB
XML
48 lines
2.4 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<odoo>
|
|
|
|
<template id="s_features" inherit_id="website.s_features">
|
|
<!-- Section -->
|
|
<xpath expr="//section" position="attributes">
|
|
<attribute name="class" add="o_cc o_cc2 pb88" remove="pb64" separator=" "/>
|
|
</xpath>
|
|
<!-- Remove title and subtitle -->
|
|
<xpath expr="//div[hasclass('container')]/h2" position="replace"/>
|
|
<xpath expr="//div[hasclass('container')]/p" position="replace"/>
|
|
<!-- Column #01 -->
|
|
<xpath expr="//div[hasclass('row')]/div[1]/div[hasclass('s_hr')]" position="replace"/>
|
|
<xpath expr="//div[hasclass('row')]/div[1]/i" position="replace">
|
|
<i class="s_features_icon fa fa-map-o mb-3 fa-2x mx-auto d-block" role="img"/>
|
|
</xpath>
|
|
<xpath expr="//div[hasclass('row')]/div[1]/div/h3" position="replace">
|
|
<h3 style="text-align: center;"><span class="h5-fs">Dream venues</span></h3>
|
|
</xpath>
|
|
<xpath expr="//div[hasclass('row')]/div[1]/div/p" position="replace">
|
|
<p style="text-align: center;">We help you discover the ideal location that matches your style and vision.</p>
|
|
</xpath>
|
|
<!-- Column #02 -->
|
|
<xpath expr="//div[hasclass('row')]/div[2]/div[hasclass('s_hr')]" position="replace"/>
|
|
<xpath expr="//div[hasclass('row')]/div[2]/i" position="replace">
|
|
<i class="s_features_icon fa fa-file-text-o mb-3 fa-2x mx-auto d-block" role="img"/>
|
|
</xpath>
|
|
<xpath expr="//div[hasclass('row')]/div[2]/div/h3" position="replace">
|
|
<h3 style="text-align: center;"><span class="h5-fs">Curating the finest menu</span></h3>
|
|
</xpath>
|
|
<xpath expr="//div[hasclass('row')]/div[2]/div/p" position="replace">
|
|
<p style="text-align: center;">We help you crafting a personalized wedding menu tailored to your tastes.</p>
|
|
</xpath>
|
|
<!-- Column #03 -->
|
|
<xpath expr="//div[hasclass('row')]/div[3]/div[hasclass('s_hr')]" position="replace"/>
|
|
<xpath expr="//div[hasclass('row')]/div[3]/i" position="replace">
|
|
<i class="s_features_icon fa fa-diamond mb-3 fa-2x mx-auto d-block" role="img"/>
|
|
</xpath>
|
|
<xpath expr="//div[hasclass('row')]/div[3]/div/h3" position="replace">
|
|
<h3 style="text-align: center;"><span class="h5-fs">Capturing the moment</span></h3>
|
|
</xpath>
|
|
<xpath expr="//div[hasclass('row')]/div[3]/div/p" position="replace">
|
|
<p style="text-align: center;">From photography to videography, we will record all the important moments.</p>
|
|
</xpath>
|
|
</template>
|
|
|
|
</odoo>
|