|
@ -17,21 +17,21 @@ |
|
|
t-on-click="_onClickCross"/> |
|
|
t-on-click="_onClickCross"/> |
|
|
<t t-if="chatter and chatter.thread"> |
|
|
<t t-if="chatter and chatter.thread"> |
|
|
<!-- button to view send message chatter--> |
|
|
<!-- button to view send message chatter--> |
|
|
<button class="icon bi bi-chat-left-text" |
|
|
<button class="chatter_icon bi bi-chat-left-text" |
|
|
id="send_message" |
|
|
id="send_message" |
|
|
type="button" style="color: #FA035A;" |
|
|
type="button" style="color: #FA035A;" |
|
|
t-on-click="_onClickSendMessage"/> |
|
|
t-on-click="_onClickSendMessage"/> |
|
|
<div class="hide" |
|
|
<div class="hide" |
|
|
style="color: #FA035A;">Message</div> |
|
|
style="color: #FA035A;">Message</div> |
|
|
<!-- button to view log note chatter--> |
|
|
<!-- button to view log note chatter--> |
|
|
<button class="icon bi bi-journal-text" |
|
|
<button class="chatter_icon bi bi-journal-text" |
|
|
id="log_note" |
|
|
id="log_note" |
|
|
type="button" style="color: #24A72F;" |
|
|
type="button" style="color: #24A72F;" |
|
|
t-on-click="_onClickLogNote"/> |
|
|
t-on-click="_onClickLogNote"/> |
|
|
<div class="hide" |
|
|
<div class="hide" |
|
|
style="color: #24A72F;">Log Note</div> |
|
|
style="color: #24A72F;">Log Note</div> |
|
|
<!-- button to view activity box--> |
|
|
<!-- button to view activity box--> |
|
|
<button class="icon bi bi-clock-history" id="active" |
|
|
<button class="chatter_icon bi bi-clock-history" id="active" |
|
|
type="button" style="color: #0349F6;" |
|
|
type="button" style="color: #0349F6;" |
|
|
t-on-click="_onClickActive"/> |
|
|
t-on-click="_onClickActive"/> |
|
|
<div class="hide" |
|
|
<div class="hide" |
|
|