mirror of https://github.com/OCA/social.git
17 lines
511 B
XML
17 lines
511 B
XML
<?xml version="1.0" encoding="UTF-8" ?>
|
|
<templates id="template" xml:space="preserve">
|
|
|
|
<t t-inherit="mail.MessageList" t-inherit-mode="extension">
|
|
<xpath expr="//div[1]" position="inside">
|
|
<t t-if="isDropZoneVisible.value">
|
|
<DropZone
|
|
class="o_MailBox_dropZone"
|
|
t-on-o-dropzone-files-dropped="_onDropZoneFilesDropped"
|
|
t-ref="dropzone"
|
|
/>
|
|
</t>
|
|
</xpath>
|
|
</t>
|
|
|
|
</templates>
|