[IMP] theme_*: adapt themes with new s_framed_intro snippet
*: (artists, aviato, beauty, kea, kiddo, nano, notes, orchid, vehicle, yes, zap) This commit adapts the design of new `s_framed_intro` snippet for multiple themes. task-4077595 closes odoo/design-themes#852 Related: odoo/odoo#175612 Signed-off-by: Benjamin Vray (bvr) <bvr@odoo.com>
This commit is contained in:
@@ -28,6 +28,7 @@
|
||||
'views/snippets/s_numbers.xml',
|
||||
'views/snippets/s_pricelist_boxed.xml',
|
||||
'views/snippets/s_media_list.xml',
|
||||
'views/snippets/s_framed_intro.xml',
|
||||
'views/snippets/s_product_catalog.xml',
|
||||
'views/snippets/s_unveil.xml',
|
||||
'views/snippets/s_quadrant.xml',
|
||||
|
||||
@@ -0,0 +1,15 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<odoo>
|
||||
|
||||
<template id="s_framed_intro" inherit_id="website.s_framed_intro">
|
||||
<!-- Title -->
|
||||
<xpath expr="//h1" position="replace" mode="inner">
|
||||
Blossoms for Every Moment: Fresh, Vibrant, and Beautiful
|
||||
</xpath>
|
||||
<!-- Image -->
|
||||
<xpath expr="//img" position="attributes">
|
||||
<attribute name="src">/web/image/website.s_three_columns_default_image_2</attribute>
|
||||
</xpath>
|
||||
</template>
|
||||
|
||||
</odoo>
|
||||
Reference in New Issue
Block a user