mirror of
https://github.com/OCA/web.git
synced 2025-02-22 13:21:25 +02:00
[MOV] move addons out of __unported__ (they remain not installable)
This commit is contained in:
committed by
Artem Kostyuk
parent
7c2cd54f16
commit
b1810db7d7
11
web_send_message_popup/static/src/xml/mail.xml
Normal file
11
web_send_message_popup/static/src/xml/mail.xml
Normal file
@@ -0,0 +1,11 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<template>
|
||||
<t t-extend="mail.compose_message">
|
||||
<t t-jquery="a.oe_compose_post:eq(0)" t-operation="replace">
|
||||
<a class="oe_compose_post oe_full" t-if="widget.options.compose_placeholder"><t t-raw="widget.options.compose_placeholder"/></a>
|
||||
</t>
|
||||
<t t-jquery="a.oe_compose_post:eq(1)" t-operation="replace">
|
||||
<a class="oe_compose_post oe_full" t-if="!widget.options.compose_placeholder and !widget.options.view_mailbox">Send a message</a>
|
||||
</t>
|
||||
</t>
|
||||
</template>
|
||||
Reference in New Issue
Block a user