[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:
@@ -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">
|
||||
|
||||
Reference in New Issue
Block a user