mirror of
https://github.com/odoo/design-themes.git
synced 2025-10-07 01:18:52 +07:00
[IMP] theme_*: adapt s_split_intro snippet
*: anelusia, artists, avantgarde, aviato, beauty, bewise, bistro, bookstore, buzzy, cobalt, enark, kiddo, loftspace, monglia, nano, notes, odoo_experts, orchid, real_estate, treehouse, vehicle, yes, zap. This commit reviews the occurrences of `s_split_intro` snippet across design themes. task-4077616 part of task-4077427 closes odoo/design-themes#876 Related: odoo/odoo#175321 Signed-off-by: Christopher du Toit (chto) <chto@odoo.com>
This commit is contained in:
Binary file not shown.
|
After Width: | Height: | Size: 41 KiB |
@@ -1199,4 +1199,16 @@
|
||||
</xpath>
|
||||
</template>
|
||||
|
||||
<!-- ======== SPLIT INTRO ======== -->
|
||||
<template id="s_split_intro" inherit_id="website.s_split_intro">
|
||||
<!-- Title -->
|
||||
<xpath expr="//h1" position="replace" mode="inner">
|
||||
Enhance your<br/>academic journey
|
||||
</xpath>
|
||||
<!-- Paragraph -->
|
||||
<xpath expr="//p" position="replace" mode="inner">
|
||||
<br/>Discover a university experience designed to elevate your learning. With state-of-the-art facilities and expert faculty, we provide an environment where knowledge thrives. From innovative programs to hands-on research opportunities, we empower you to achieve your academic goals and prepare for a successful future.<br/><br/>
|
||||
</xpath>
|
||||
</template>
|
||||
|
||||
</odoo>
|
||||
|
||||
@@ -412,5 +412,10 @@
|
||||
<field name="name">website.s_website_form_cover_default_image</field>
|
||||
<field name="url">/theme_bewise/static/src/img/content/library_image_14.jpg</field>
|
||||
</record>
|
||||
<record id="s_split_intro_default_image" model="theme.ir.attachment">
|
||||
<field name="key">website.s_split_intro_default_image</field>
|
||||
<field name="name">website.s_split_intro_default_image</field>
|
||||
<field name="url">/theme_bewise/static/src/img/content/s_split_intro_default_image.jpg</field>
|
||||
</record>
|
||||
|
||||
</odoo>
|
||||
|
||||
Reference in New Issue
Block a user