changes
This commit is contained in:
@@ -36,4 +36,34 @@
|
||||
</xpath>
|
||||
</template>
|
||||
|
||||
<template id="fusion_whitelabels_mail_notification_layout"
|
||||
inherit_id="mail.mail_notification_layout" priority="999">
|
||||
<xpath expr="//div[@t-if='show_footer' and contains(@style, 'color: #555555')]" position="replace">
|
||||
<div t-if="show_footer" style="color: #555555; font-size:11px;">
|
||||
Designed by <a target="_blank" href="https://nexasystems.ca"
|
||||
rel="noopener noreferrer"
|
||||
t-att-style="'color: ' + (company.email_secondary_color or '#875A7B') + ';'">Nexa Systems</a>
|
||||
<span t-if="show_unfollow" id="mail_unfollow">
|
||||
| <a href="/mail/unfollow" style="text-decoration:none; color:#555555;">Unfollow</a>
|
||||
</span>
|
||||
</div>
|
||||
</xpath>
|
||||
</template>
|
||||
|
||||
<template id="fusion_whitelabels_mail_notification_light"
|
||||
inherit_id="mail.mail_notification_light" priority="999">
|
||||
<xpath expr="//tr[td/span[@id='mail_unfollow']]" position="replace">
|
||||
<tr>
|
||||
<td align="center" style="min-width: 590px;">
|
||||
Designed by <a target="_blank" href="https://nexasystems.ca"
|
||||
rel="noopener noreferrer"
|
||||
t-att-style="'color: ' + (company.email_secondary_color or '#875A7B') + ';'">Nexa Systems</a>
|
||||
<span t-if="show_unfollow" id="mail_unfollow">
|
||||
| <a href="/mail/unfollow" style="text-decoration:none; color:#555555;">Unfollow</a>
|
||||
</span>
|
||||
</td>
|
||||
</tr>
|
||||
</xpath>
|
||||
</template>
|
||||
|
||||
</odoo>
|
||||
|
||||
Reference in New Issue
Block a user