mirror of
https://github.com/odoo/design-themes.git
synced 2025-10-07 01:18:52 +07:00
f1b15e063f
This commit removes the `s_quotes_carousel` customization since this snippets has been redesigned in PR[1]. task-3658347 [1]: https://github.com/odoo/odoo/pull/172723 closes odoo/design-themes#828 Related: odoo/odoo#172723 Signed-off-by: Benoit Socias (bso) <bso@odoo.com>
38 lines
2.0 KiB
XML
38 lines
2.0 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<odoo>
|
|
|
|
<template id="s_quotes_carousel" inherit_id="website.s_quotes_carousel">
|
|
<!-- Quote 1 -->
|
|
<xpath expr="(//p[hasclass('s_blockquote_quote')])[1]" position="replace" mode="inner">
|
|
It's difficult to describe how awesome the trip was. I feel like my life has changed forever. It would take too long to describe day by day the sights, sounds, architecture, art, food, history, and people that we came across. Ireland was fantastic.
|
|
</xpath>
|
|
<xpath expr="(//div[hasclass('s_blockquote_author')])[1]//strong" position="replace" mode="inner">
|
|
Linda and Paulo
|
|
</xpath>
|
|
<xpath expr="(//div[hasclass('s_blockquote_author')])[1]//span//span" position="replace" mode="inner">
|
|
From Italy
|
|
</xpath>
|
|
<!-- Quote 2 -->
|
|
<xpath expr="(//p[hasclass('s_blockquote_quote')])[2]" position="replace" mode="inner">
|
|
As always, Odoo Travel has delivered a truly wonderful travel experience for us. Norway was a great travel destination. The parts of the country we visited were beautiful, people were friendly, everything we ate was delicious, and there were many fun things to see and do.
|
|
</xpath>
|
|
<xpath expr="(//div[hasclass('s_blockquote_author')])[2]//strong" position="replace" mode="inner">
|
|
Jacques and Marie
|
|
</xpath>
|
|
<xpath expr="(//div[hasclass('s_blockquote_author')])[2]//span//span" position="replace" mode="inner">
|
|
From France
|
|
</xpath>
|
|
<!-- Quote 3 -->
|
|
<xpath expr="(//p[hasclass('s_blockquote_quote')])[3]" position="replace" mode="inner">
|
|
We would like to thank Odoo Travel for organising wonderful tour for us in Delhi, Agra and Rajasthan. Everything was very well organised. Thank you very much for everything!
|
|
</xpath>
|
|
<xpath expr="(//div[hasclass('s_blockquote_author')])[3]//strong" position="replace" mode="inner">
|
|
Rose and Peter
|
|
</xpath>
|
|
<xpath expr="(//div[hasclass('s_blockquote_author')])[3]//span//span" position="replace" mode="inner">
|
|
From United Kingdom
|
|
</xpath>
|
|
</template>
|
|
|
|
</odoo>
|