mirror of
https://github.com/odoo/design-themes.git
synced 2025-10-07 01:18:52 +07:00
3e1fe98a4e
*: theme_anelusia, theme_artists, theme_avantgarde, theme_aviato, theme_beauty, theme_bewise, theme_bistro, theme_bookstore, theme_clean, theme_cobalt, theme_enark, theme_graphene, theme_kea, theme_kiddo, theme_monglia, theme_nano, theme_notes, theme_odoo_experts, theme_orchid , theme_paptic, theme_real_estate, theme_treehouse, theme_vehicle, theme_yes, theme_zap This commit reviews the occurrences of `s_website_form_cover` across design themes. task-4138250 closes odoo/design-themes#1010 Part-of: task-4077427 Related: odoo/odoo#178102 Signed-off-by: Quentin Smetz (qsm) <qsm@odoo.com>
16 lines
467 B
XML
16 lines
467 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<odoo>
|
|
|
|
<template id="s_website_form_cover" inherit_id="website.s_website_form_cover">
|
|
<!-- Section -->
|
|
<xpath expr="//section" position="attributes">
|
|
<attribute name="class" add="o_cc o_cc3" separator=" "/>
|
|
</xpath>
|
|
<!-- Form -->
|
|
<xpath expr="(//div[hasclass('col-lg-6')])[2]" position="attributes">
|
|
<attribute name="class" add="o_cc o_cc3" separator=" "/>
|
|
</xpath>
|
|
</template>
|
|
|
|
</odoo>
|