[IMP] theme_anelusia, *: adapt s_numbers_showcase

*: theme_artists, theme_beauty, theme_buzzy, theme_kiddo, theme_nano,
theme_orchid, theme_zap, theme_bookstore

This commit adds customizations related to s_numbers_showcase, added in
PR [1]

task-4094383
Part of task-4077427

[1]: https://github.com/odoo/odoo/pull/175746

closes odoo/design-themes#856

Related: odoo/odoo#175746
Signed-off-by: Soukéina Bojabza (sobo) <sobo@odoo.com>
This commit is contained in:
Brieuc-brd
2024-08-05 18:59:55 +02:00
parent a7a3506a42
commit 773ef7d1fa
18 changed files with 201 additions and 0 deletions
@@ -0,0 +1,51 @@
<?xml version="1.0" encoding="utf-8"?>
<odoo>
<template id="s_numbers_showcase" inherit_id="website.s_numbers_showcase">
<!-- Item #1 -->
<xpath expr="//div[hasclass('o_grid_item')]//h2" position="replace" mode="inner">
Numbers speak by themselves
</xpath>
<xpath expr="//div[hasclass('o_grid_item')]//p[hasclass('lead')]" position="replace" mode="inner">
Discover how your support and enthusiasm help us grow and succeed. Heres a look at the impact youve made on our bookstore journey.
</xpath>
<xpath expr="//div[hasclass('o_grid_item')]//p[3]" position="replace"/>
<!-- Item #2 -->
<xpath expr="(//div[hasclass('o_grid_item')])[2]" position="attributes">
<attribute name="class" add="rounded" separator=" "/>
</xpath>
<xpath expr="(//div[hasclass('o_grid_item')])[2]//h4" position="replace" mode="inner">
Unique references
</xpath>
<xpath expr="(//div[hasclass('o_grid_item')])[2]//p[2]" position="replace" mode="inner">
Explore 12,000 unique book titles curated just for you.
</xpath>
<!-- Item #3 -->
<xpath expr="(//div[hasclass('o_grid_item')])[3]" position="attributes">
<attribute name="class" add="rounded" separator=" "/>
</xpath>
<xpath expr="(//div[hasclass('o_grid_item')])[3]//h3" position="replace" mode="inner">
98%
</xpath>
<xpath expr="(//div[hasclass('o_grid_item')])[3]//h4" position="replace" mode="inner">
Happy customers
</xpath>
<xpath expr="(//div[hasclass('o_grid_item')])[3]//p[2]" position="replace" mode="inner">
Join our community of thousands of happy and satisfied readers.
</xpath>
<!-- Item #4 -->
<xpath expr="(//div[hasclass('o_grid_item')])[4]" position="attributes">
<attribute name="class" add="rounded" separator=" "/>
</xpath>
<xpath expr="(//div[hasclass('o_grid_item')])[4]//h3" position="replace" mode="inner">
418
</xpath>
<xpath expr="(//div[hasclass('o_grid_item')])[4]//h4" position="replace" mode="inner">
Stores around the world
</xpath>
<xpath expr="(//div[hasclass('o_grid_item')])[4]//p[2]" position="replace" mode="inner">
Explore our bookstores worldwide, bringing a world of books closer to you.
</xpath>
</template>
</odoo>