[IMP] mail: chatter: Send message / Log a note tooltips improvements, to better expla...
authorDikshit Prajapati <pdi@openerp.com>
Tue, 26 Aug 2014 13:04:45 +0000 (18:34 +0530)
committerThibault Delavallée <tde@openerp.com>
Wed, 3 Sep 2014 09:54:51 +0000 (11:54 +0200)
addons/mail/static/src/xml/mail.xml

index 1481831..761091d 100644 (file)
             <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 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>
+                    <a class="oe_compose_post" t-if="!widget.options.compose_placeholder and !widget.options.view_mailbox"
+                       title="Send a message. Followers will be notified.">Send a message</a>
                     <t t-if="widget.options.display_log_button">
                        <span class="oe_grey oe_sep_word">or</span>
-                       <a class="oe_compose_log">Log an internal note</a>
+                       <a class="oe_compose_log" title="Log a note. Followers will not be notified.">Log an internal note</a>
                     </t>
                 </div>
             </t>
             </t>
         </div>
         <div t-if="widget.is_log">
-            <span>Add an internal note that will not be sent to the followers</span>
+            <span>Log an internal note which will not be sent to followers. Note that users reading the document can read internal notes.</span>
         </div>
     </t>