Skip to content

Commit

Permalink
[IMP] mail: highlight re-send alert in BS style
Browse files Browse the repository at this point in the history
closes #31890

Signed-off-by: Olivier Dony (odo) <odo@openerp.com>
  • Loading branch information
sswapnesh committed Mar 22, 2019
1 parent eff31f5 commit 3a56e34
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion addons/mail/wizard/mail_resend_message_views.xml
Expand Up @@ -20,7 +20,9 @@
<field name="resend" widget="boolean_toggle"/>
</tree>
</field>
<p attrs="{'invisible':[('has_cancel', '==', False)]}"> <span class="fa fa-info-circle"/> Caution: It won't be possible to send this mail again to the recipients you did not select.</p>
<div class="alert alert-warning" role="alert" attrs="{'invisible': [('has_cancel', '=', False)]}">
<span class="fa fa-info-circle"/> Caution: It won't be possible to send this mail again to the recipients you did not select.
</div>
<footer>
<button string="Resend to selected" name="resend_mail_action" type="object" class="btn-primary o_mail_send"/>
<button string="Ignore all failures" name="cancel_mail_action" type="object" class="btn-secondary" />
Expand Down

0 comments on commit 3a56e34

Please sign in to comment.