mirror of
https://github.com/odoo/design-themes.git
synced 2025-10-07 01:18:52 +07:00
[IMP] *: adapt xpath to s_product_catalog changes
*: theme_artists, theme_bistro Related to task-3665307 closes odoo/design-themes#1073 Related: odoo/odoo#209475 Signed-off-by: Quentin Smetz (qsm) <qsm@odoo.com>
This commit is contained in:
@@ -8,9 +8,6 @@
|
|||||||
<attribute name="style"/>
|
<attribute name="style"/>
|
||||||
</xpath>
|
</xpath>
|
||||||
<!-- Title container -->
|
<!-- Title container -->
|
||||||
<xpath expr="//div[hasclass('text-center')]" position="attributes">
|
|
||||||
<attribute name="class" remove="text-center pb48" separator=" "/>
|
|
||||||
</xpath>
|
|
||||||
<xpath expr="//h2" position="replace">
|
<xpath expr="//h2" position="replace">
|
||||||
<h2 style="text-align: left !important;">Upcoming Exhibitions</h2>
|
<h2 style="text-align: left !important;">Upcoming Exhibitions</h2>
|
||||||
</xpath>
|
</xpath>
|
||||||
|
|||||||
@@ -13,7 +13,8 @@
|
|||||||
<div class="o_we_bg_filter bg-black-50"/>
|
<div class="o_we_bg_filter bg-black-50"/>
|
||||||
</xpath>
|
</xpath>
|
||||||
<!-- Remove Title & lead -->
|
<!-- Remove Title & lead -->
|
||||||
<xpath expr="//div[hasclass('row')]" position="replace"/>
|
<xpath expr="//section/div/h2" position="replace"/>
|
||||||
|
<xpath expr="//section/div/p" position="replace"/>
|
||||||
</template>
|
</template>
|
||||||
|
|
||||||
<template id="configurator_s_product_catalog" inherit_id="website.configurator_s_product_catalog">
|
<template id="configurator_s_product_catalog" inherit_id="website.configurator_s_product_catalog">
|
||||||
|
|||||||
Reference in New Issue
Block a user