18 lines
832 B
XML
18 lines
832 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<odoo>
|
|
<template name="Text-Block" id="s_text_block_extended" inherit_id="website.s_text_block">
|
|
<xpath expr="//section[hasclass('s_text_block')]//div[hasclass('col-md-12')]" position="attributes">
|
|
<attribute name="class">col-md-12</attribute>
|
|
</xpath>
|
|
<xpath expr="//section[hasclass('s_text_block')]//h3" position="attributes">
|
|
<attribute name="class">text-primary mb0 mt0</attribute>
|
|
</xpath>
|
|
<xpath expr="//section[hasclass('s_text_block')]//h2" position="attributes">
|
|
<attribute name="class">mb8</attribute>
|
|
</xpath>
|
|
<xpath expr="//section[hasclass('s_text_block')]//h3" position="after">
|
|
<hr class="s_separator hr-full hr-1px hr-solid"/>
|
|
</xpath>
|
|
</template>
|
|
</odoo>
|