Browse Source

[PORT] Updated qweb xml file and added button for move message (outdated and the working code is stored in the comments)

pull/36/head
x620 8 years ago
parent
commit
7df8f12f3a
  1. 19
      mail_move_message/static/src/xml/mail_move_message_main.xml

19
mail_move_message/static/src/xml/mail_move_message_main.xml

@ -1,8 +1,21 @@
<?xml version="1.0" encoding="UTF-8"?>
<!-- Outdated code begin -->
<!--<template>-->
<!--<t t-extend="mail.thread.message">-->
<!--<t t-jquery=".oe_msg_icons" t-operation="append">-->
<!--<span t-attf-class="oe_move #{widget.is_moved?'oe_moved':''}"><a title="Move to thread" class="oe_e">f</a></span>-->
<!--</t>-->
<!--</t>-->
<!--</template>-->
<!-- Outdated code end -->
<template>
<t t-extend="mail.thread.message">
<t t-jquery=".oe_msg_icons" t-operation="append">
<span t-attf-class="oe_move #{widget.is_moved?'oe_moved':''}"><a title="Move to thread" class="oe_e">f</a></span>
<t t-extend="mail.ChatThread.Message">
<t t-jquery='.fa.fa-lg.o_thread_message_star.fa-star-o' t-operation="before">
<!--<t t-jquery='i[class="fa fa-lg o_thread_message_star fa-star-o"]' t-operation="replace">-->
<!--<t t-jquery='.o_mail_subject' t-operation="replace">-->
<i class="fa fa-arrows-alt"
t-att-data-message-id="message.id" title="Move to thread"/>
</t>
</t>
</template>
Loading…
Cancel
Save