changes
This commit is contained in:
@@ -18,9 +18,23 @@
|
||||
<xpath expr="//div[hasclass('d-none','d-lg-block','mt-5','small','text-center','text-muted')]" position="replace"/>
|
||||
</template>
|
||||
|
||||
<template id="fusion_whitelabels_hide_brand_promotion" inherit_id="web.brand_promotion" priority="999">
|
||||
<xpath expr="//div[hasclass('o_brand_promotion')]" position="attributes">
|
||||
<attribute name="style">display:none !important;</attribute>
|
||||
<template id="fusion_whitelabels_nexa_brand_promotion" inherit_id="web.brand_promotion" priority="999">
|
||||
<xpath expr="//div[hasclass('o_brand_promotion')]" position="replace">
|
||||
<div class="o_brand_promotion d-none"/>
|
||||
</xpath>
|
||||
</template>
|
||||
|
||||
<template id="fusion_whitelabels_footer_right_credit" inherit_id="web.frontend_layout" priority="999">
|
||||
<xpath expr="//footer[@id='bottom']//div[hasclass('o_footer_copyright')]//t[@t-call='web.brand_promotion']/.." position="replace">
|
||||
<div class="text-center col-md small mt-auto mb-0 text-md-end o_fusion_nexa_footer_column">
|
||||
<div class="o_fusion_nexa_brand_promotion">
|
||||
<span class="o_fusion_nexa_brand_label">Designed by</span>
|
||||
<a class="o_fusion_nexa_brand_link"
|
||||
href="https://nexasystems.ca"
|
||||
target="_blank"
|
||||
rel="noopener noreferrer">Nexa Systems</a>
|
||||
</div>
|
||||
</div>
|
||||
</xpath>
|
||||
</template>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user