Denis Mudarisov
4 years ago
No known key found for this signature in database
GPG Key ID: B9AD74DAFB7B53DA
2 changed files with
44 additions and
42 deletions
-
mail_sent/static/src/xml/menu.xml
|
@ -7,9 +7,10 @@ |
|
|
t-attf-class="o_mail_chat_title_main o_mail_chat_channel_item #{(active_channel_id == 'channel_sent') ? 'o_active': ''}" |
|
|
t-attf-class="o_mail_chat_title_main o_mail_chat_channel_item #{(active_channel_id == 'channel_sent') ? 'o_active': ''}" |
|
|
data-channel-id="channel_sent" |
|
|
data-channel-id="channel_sent" |
|
|
> |
|
|
> |
|
|
<span class="o_channel_name mail_sent"> <i |
|
|
|
|
|
class="fa fa-send-o" |
|
|
|
|
|
/> Sent </span> |
|
|
|
|
|
|
|
|
<span class="o_channel_name mail_sent"> |
|
|
|
|
|
<i class="fa fa-send-o" /> |
|
|
|
|
|
Sent |
|
|
|
|
|
</span> |
|
|
</div> |
|
|
</div> |
|
|
</t> |
|
|
</t> |
|
|
</t> |
|
|
</t> |
|
@ -18,8 +19,9 @@ |
|
|
<t t-jquery="t:last-child" t-operation="after"> |
|
|
<t t-jquery="t:last-child" t-operation="after"> |
|
|
<t t-if="options.channel_id==='channel_sent'"> |
|
|
<t t-if="options.channel_id==='channel_sent'"> |
|
|
<div class="o_thread_title">No sent messages</div> |
|
|
<div class="o_thread_title">No sent messages</div> |
|
|
<div |
|
|
|
|
|
>You can send messages and then these messages will appear here.</div> |
|
|
|
|
|
|
|
|
<div> |
|
|
|
|
|
You can send messages and then these messages will appear here. |
|
|
|
|
|
</div> |
|
|
</t> |
|
|
</t> |
|
|
</t> |
|
|
</t> |
|
|
</t> |
|
|
</t> |
|
|