mirror of
https://github.com/odoo/design-themes.git
synced 2025-10-07 01:18:52 +07:00
[IMP] theme_*: adapt s_images_mosaic
This commit adapts images for s_images_mosaic, added in https://github.com/odoo/odoo/pull/176575 task-4105446 Part of task-4077427 Part-of: odoo/design-themes#919 Related: odoo/odoo#180736 Signed-off-by: Serge Bayet (seba) <seba@odoo.com> Signed-off-by: Quentin Smetz (qsm) <qsm@odoo.com>
This commit is contained in:
Binary file not shown.
|
After Width: | Height: | Size: 56 KiB |
Binary file not shown.
|
After Width: | Height: | Size: 24 KiB |
Binary file not shown.
|
After Width: | Height: | Size: 36 KiB |
Binary file not shown.
|
After Width: | Height: | Size: 30 KiB |
Binary file not shown.
|
After Width: | Height: | Size: 35 KiB |
@@ -727,6 +727,15 @@
|
||||
Building the leaders of tomorrow
|
||||
</xpath>
|
||||
</template>
|
||||
<!-- ======== IMAGES MOSAIC ======== -->
|
||||
<template id="s_images_mosaic" inherit_id="website.s_images_mosaic">
|
||||
<xpath expr="//h2" position="replace" mode="inner">
|
||||
Our Latest Academic Programs
|
||||
</xpath>
|
||||
<xpath expr="//p" position="replace" mode="inner">
|
||||
Explore our new courses and programs for your educational journey.
|
||||
</xpath>
|
||||
</template>
|
||||
|
||||
<!-- ======== IMAGE FRAME ======== -->
|
||||
<template id="s_image_frame" inherit_id="website.s_image_frame">
|
||||
|
||||
@@ -317,5 +317,30 @@
|
||||
<field name="name">website.s_wavy_grid_default_image_4</field>
|
||||
<field name="url">/theme_bewise/static/src/img/content/library_image_08.jpg</field>
|
||||
</record>
|
||||
<record id="s_images_mosaic_default_image_1" model="theme.ir.attachment">
|
||||
<field name="key">website.s_images_mosaic_default_image_1</field>
|
||||
<field name="name">website.s_images_mosaic_default_image_1</field>
|
||||
<field name="url">/theme_bewise/static/src/img/content/s_images_mosaic_default_image_1.jpg</field>
|
||||
</record>
|
||||
<record id="s_images_mosaic_default_image_2" model="theme.ir.attachment">
|
||||
<field name="key">website.s_images_mosaic_default_image_2</field>
|
||||
<field name="name">website.s_images_mosaic_default_image_2</field>
|
||||
<field name="url">/theme_bewise/static/src/img/content/s_images_mosaic_default_image_2.jpg</field>
|
||||
</record>
|
||||
<record id="s_images_mosaic_default_image_3" model="theme.ir.attachment">
|
||||
<field name="key">website.s_images_mosaic_default_image_3</field>
|
||||
<field name="name">website.s_images_mosaic_default_image_3</field>
|
||||
<field name="url">/theme_bewise/static/src/img/content/s_images_mosaic_default_image_3.jpg</field>
|
||||
</record>
|
||||
<record id="s_images_mosaic_default_image_4" model="theme.ir.attachment">
|
||||
<field name="key">website.s_images_mosaic_default_image_4</field>
|
||||
<field name="name">website.s_images_mosaic_default_image_4</field>
|
||||
<field name="url">/theme_bewise/static/src/img/content/s_images_mosaic_default_image_4.jpg</field>
|
||||
</record>
|
||||
<record id="s_images_mosaic_default_image_5" model="theme.ir.attachment">
|
||||
<field name="key">website.s_images_mosaic_default_image_5</field>
|
||||
<field name="name">website.s_images_mosaic_default_image_5</field>
|
||||
<field name="url">/theme_bewise/static/src/img/content/s_images_mosaic_default_image_5.jpg</field>
|
||||
</record>
|
||||
|
||||
</odoo>
|
||||
|
||||
Reference in New Issue
Block a user