mirror of
https://github.com/odoo/design-themes.git
synced 2025-10-07 01:18:52 +07:00
[FIX] theme_anelusia, *: update xpath to removed s_nb_column_fixed
*: theme_bewise, theme_cobalt, theme_kiddo, theme_loftspace, theme_monglia, theme_nano, theme_notes, theme_odoo_experts, theme_orchid, theme_paptic, theme_yes, theme_zap Multiple snippet template where changed to ensure that the title is not considered as a column and allowing changing the nb of columns again. This commit adapts all the xpath that were impacted by those changes. task-4310468 closes odoo/design-themes#1047 Related: odoo/odoo#195409 Signed-off-by: Quentin Smetz (qsm) <qsm@odoo.com>
This commit is contained in:
@@ -282,40 +282,40 @@
|
||||
<!-- ======== TEAM ======== -->
|
||||
<template id="s_company_team" inherit_id="website.s_company_team" name="Be Wise s_company_team">
|
||||
<!-- Profile #1 -->
|
||||
<xpath expr="//div[hasclass('s_nb_column_fixed')]/div//h4" position="replace" mode="inner">
|
||||
<xpath expr="//div[hasclass('row')]/div//h4" position="replace" mode="inner">
|
||||
<b>Tony Fred</b>
|
||||
</xpath>
|
||||
<xpath expr="//div[hasclass('s_nb_column_fixed')]/div//p" position="replace" mode="inner">
|
||||
<xpath expr="//div[hasclass('row')]/div//p" position="replace" mode="inner">
|
||||
Faculty Head of IT
|
||||
</xpath>
|
||||
<xpath expr="//div[hasclass('col-lg-6')]//p[2]" position="replace" mode="inner">
|
||||
<xpath expr="//div[hasclass('container')]/div[hasclass('row')]/div//p[2]" position="replace" mode="inner">
|
||||
Tony received a degree in Electrical and Mechanical Engineering and a Ph D. degree in 1998 and 2004. After a post-doctoral experience he joined the school as professor of mechatronics in 2006. In 2010, he became Head of IT.
|
||||
</xpath>
|
||||
<!-- Profile #2 -->
|
||||
<xpath expr="//div[hasclass('s_nb_column_fixed')]/div[2]//h4" position="replace" mode="inner">
|
||||
<xpath expr="//div[hasclass('row')]/div[2]//h4" position="replace" mode="inner">
|
||||
<b>Mich Stark</b>
|
||||
</xpath>
|
||||
<xpath expr="//div[hasclass('s_nb_column_fixed')]/div[2]//p" position="replace" mode="inner">
|
||||
<xpath expr="//div[hasclass('row')]/div[2]//p" position="replace" mode="inner">
|
||||
IT Officer
|
||||
</xpath>
|
||||
<xpath expr="//div[hasclass('s_nb_column_fixed')]/div[2]//p[2]" position="replace" mode="inner">
|
||||
<xpath expr="//div[hasclass('row')]/div[2]//p[2]" position="replace" mode="inner">
|
||||
He is professor in the Institute of Mechanics, Materials and Civil Engineering since 2000. He lectures in mechanical drawing and mechanical design for undergraduate and graduate students. He is active in Problem and Project based learning. He is the promoter of 8 doctoral theses.
|
||||
</xpath>
|
||||
<!-- Profile #3 -->
|
||||
<xpath expr="//div[hasclass('s_nb_column_fixed')]/div[3]//h4" position="replace" mode="inner">
|
||||
<xpath expr="//div[hasclass('row')]/div[3]//h4" position="replace" mode="inner">
|
||||
<b>Aline Turner</b>
|
||||
</xpath>
|
||||
<xpath expr="//div[hasclass('s_nb_column_fixed')]/div[3]//p" position="replace" mode="inner">
|
||||
<xpath expr="//div[hasclass('row')]/div[3]//p" position="replace" mode="inner">
|
||||
Law professor
|
||||
</xpath>
|
||||
<xpath expr="//div[hasclass('s_nb_column_fixed')]/div[3]//p[2]" position="replace" mode="inner">
|
||||
<xpath expr="//div[hasclass('row')]/div[3]//p[2]" position="replace" mode="inner">
|
||||
She has been practicing law at the French-speaking Brussels Bar since 2006. She has worked in various major law firms based in Brussels, as member and then head of their litigation/arbitration practice groups.
|
||||
</xpath>
|
||||
<!-- Profile #4 -->
|
||||
<xpath expr="//div[hasclass('s_nb_column_fixed')]/div[4]//h4" position="replace" mode="inner">
|
||||
<xpath expr="//div[hasclass('row')]/div[4]//h4" position="replace" mode="inner">
|
||||
<b>Iris Joe</b>
|
||||
</xpath>
|
||||
<xpath expr="//div[hasclass('s_nb_column_fixed')]/div[4]//p" position="replace" mode="inner">
|
||||
<xpath expr="//div[hasclass('row')]/div[4]//p" position="replace" mode="inner">
|
||||
Team leader professor
|
||||
</xpath>
|
||||
</template>
|
||||
|
||||
Reference in New Issue
Block a user