|
@ -2,7 +2,7 @@ |
|
|
<!-- Inherited MessagingMenu template for adding the reply button --> |
|
|
<!-- Inherited MessagingMenu template for adding the reply button --> |
|
|
<templates xml:space="preserve"> |
|
|
<templates xml:space="preserve"> |
|
|
<t t-inherit="mail.MessagingMenu.content" t-inherit-mode="extension"> |
|
|
<t t-inherit="mail.MessagingMenu.content" t-inherit-mode="extension"> |
|
|
<xpath expr="//NotificationItem[@body='message?.inlineBody']" position="after"> |
|
|
<xpath expr="//NotificationItem[@body='message?.inlineBody or message?.subtype_description']" position="after"> |
|
|
<t t-if="message" t-set-slot="icon"> |
|
|
<t t-if="message" t-set-slot="icon"> |
|
|
<t t-if="thread.type ==='chat' and !message.isSelfAuthored"> |
|
|
<t t-if="thread.type ==='chat' and !message.isSelfAuthored"> |
|
|
<div class="d-flex flex-column flex-grow-1 align-self-start " |
|
|
<div class="d-flex flex-column flex-grow-1 align-self-start " |
|
|