[FIX] mail: fixed custom placeholder on Chatter widget that was not a link.

bzr revid: tde@openerp.com-20130308133659-y80bmguoic64l8no
This commit is contained in:
Thibault Delavallée 2013-03-08 14:36:59 +01:00
parent cc1c33420c
commit e866c2c523
1 changed files with 1 additions and 1 deletions

View File

@ -49,7 +49,7 @@
</t>
<t t-if="!widget.options.view_mailbox">
<div class="field_text oe_compact oe_compact_record">
<a class="oe_compose_post" t-if="widget.options.compose_placeholder" t-raw="widget.options.compose_placeholder"/>
<a class="oe_compose_post" t-if="widget.options.compose_placeholder"><t t-raw="widget.options.compose_placeholder"/></a>
<a class="oe_compose_post" t-if="!widget.options.compose_placeholder and !widget.options.view_mailbox">Send a message</a>
<span class="oe_grey oe_sep_word">or</span>
<a class="oe_compose_log">Log a note</a>