Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions theme_anelusia/views/snippets/s_image_gallery.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@
<attribute name="src">/web/image/website.library_image_16</attribute>
</xpath>
<!-- Item #2 - Indicator -->
<xpath expr="//div[hasclass('carousel-indicators')]//button[3]" position="attributes">
<attribute name="style">background-image: url(/web/image/website.library_image_16)</attribute>
<xpath expr="//div[hasclass('carousel-indicators')]//button[2]//img" position="attributes">
<attribute name="src">/web/image/website.library_image_16</attribute>
</xpath>
</template>

Expand Down
2 changes: 1 addition & 1 deletion theme_enark/views/snippets/s_cover.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<odoo>

<template id="s_cover" inherit_id="website.s_cover">
<xpath expr="//a[@href='/contactus']" position="replace"/>
<xpath expr="//t[@t-set='contact_us_label']/following-sibling::a[1]" position="replace"/>
</template>

</odoo>
2 changes: 1 addition & 1 deletion theme_kiddo/views/snippets/s_cover.xml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
<xpath expr="//a[@t-att-href='cta_btn_href'][1]" position="attributes">
<attribute name="class" add="btn-primary" remove="btn-secondary" separator=" "/>
</xpath>
<xpath expr="//a[@href='/contactus']" position="replace"/>
<xpath expr="//t[@t-set='contact_us_label']/following-sibling::a[1]" position="replace"/>
</template>

</odoo>
2 changes: 1 addition & 1 deletion theme_loftspace/views/snippets/s_cover.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<xpath expr="//a[@t-att-href='cta_btn_href']" position="attributes">
<attribute name="class" add="btn-primary" remove="btn-secondary" separator=" "/>
</xpath>
<xpath expr="//a[@href='/contactus']" position="replace"/>
<xpath expr="//t[@t-set='contact_us_label']/following-sibling::a[1]" position="replace"/>
</template>

</odoo>
2 changes: 1 addition & 1 deletion theme_monglia/views/customizations.xml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
<xpath expr="//a[@t-att-href='cta_btn_href']" position="replace" mode="inner">
GET TICKETS NOW
</xpath>
<xpath expr="//a[@href='/contactus']" position="replace"/>
<xpath expr="//t[@t-set='contact_us_label']/following-sibling::a[1]" position="replace"/>
</template>

<!-- ======== NUMBERS GRID ======== -->
Expand Down