[IMP] Removed a classe on invite button.

bzr revid: tde@openerp.com-20120629151020-nuu0cy38wmgn0ait
This commit is contained in:
Thibault Delavallée 2012-06-29 17:10:20 +02:00
parent ce1ed3f928
commit 329b80d934
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@
<!-- Extends Chatter widget in form view to add the invite button -->
<t t-extend="mail.RecordThread">
<t t-jquery="button.oe_mail_button_unfollow" t-operation="after">
<button type="button" class="oe_share_invite oe_mail_button_mouseout">Invite</button>
<button type="button" class="oe_share_invite">Invite</button>
</t>
</t>