mirror of
https://github.com/odoo/design-themes.git
synced 2025-10-07 01:18:52 +07:00
[IMP] theme_*: adapt themes with new s_company_team design
*: (anelusia, beauty, bewise, graphene, notes, yes) This commit adapts the design of `s_company_team` for multiple themes, based on the new Odoo 18 snippet redesign. task-3657640 closes odoo/design-themes#844 Related: odoo/odoo#172719 Signed-off-by: Benjamin Vray (bvr) <bvr@odoo.com>
This commit is contained in:
@@ -3,20 +3,24 @@
|
||||
|
||||
<template id="s_company_team" inherit_id="website.s_company_team">
|
||||
<!-- Row #1 - Col #1 -->
|
||||
<xpath expr="//h4" position="replace" mode="inner">
|
||||
<xpath expr="//div[hasclass('col-lg-9')]//h4" position="replace" mode="inner">
|
||||
Livia Sailor
|
||||
</xpath>
|
||||
<xpath expr="//p" position="replace">
|
||||
<p><font style="font-weight: bolder;" class="text-o-color-1">The Founder & Planner</font></p>
|
||||
<p>Livia is our head wedding coordinator and stylist, she'll turn any of your ideas into reality, making sure your wedding day is smooth and looks better than anything you have ever seen on Pinterest.</p>
|
||||
<xpath expr="//div[hasclass('col-lg-9')]//p" position="replace" mode="inner">
|
||||
<font style="font-weight: bolder;" class="text-o-color-1">The Founder & Planner</font>
|
||||
</xpath>
|
||||
<xpath expr="//div[hasclass('col-lg-9')]//p[2]" position="replace" mode="inner">
|
||||
Livia is our head wedding coordinator and stylist, she'll turn any of your ideas into reality, making sure your wedding day is smooth and looks better than anything you have ever seen on Pinterest.
|
||||
</xpath>
|
||||
<!-- Row #1 - Col #2 -->
|
||||
<xpath expr="(//h4)[2]" position="replace" mode="inner">
|
||||
<xpath expr="(//div[hasclass('col-lg-9')])[2]//h4" position="replace" mode="inner">
|
||||
Clair Stark
|
||||
</xpath>
|
||||
<xpath expr="(//p)[3]" position="replace">
|
||||
<p><font style="font-weight: bolder;" class="text-o-color-1">The Designer</font></p>
|
||||
<p>As a passionate wedding designer with a romantic soul, Clair adores celebrating the special moments in life in magical places and creating an authentic experience for couples. </p>
|
||||
<xpath expr="(//div[hasclass('col-lg-9')])[2]//p" position="replace" mode="inner">
|
||||
<font style="font-weight: bolder;" class="text-o-color-1">The Designer</font>
|
||||
</xpath>
|
||||
<xpath expr="(//div[hasclass('col-lg-9')])[2]//p[2]" position="replace" mode="inner">
|
||||
Livia is our head wedding coordinator and stylist, she'll turn any of your ideas into reality, making sure your wedding day is smooth and looks better than anything you have ever seen on Pinterest.
|
||||
</xpath>
|
||||
<!-- Row -->
|
||||
<xpath expr="//*[hasclass('col-lg-6')][4]" position="replace"/>
|
||||
|
||||
Reference in New Issue
Block a user