mirror of
https://github.com/odoo/design-themes.git
synced 2025-10-07 01:18:52 +07:00
786b968151
*: (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>
16 lines
456 B
XML
16 lines
456 B
XML
<?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">
|
|
Creating Unforgettable Moments: Your Dream Wedding Awaits
|
|
</xpath>
|
|
<!-- Image -->
|
|
<xpath expr="//img" position="attributes">
|
|
<attribute name="src">/web/image/website.s_image_text_default_image</attribute>
|
|
</xpath>
|
|
</template>
|
|
|
|
</odoo>
|