Skip to content

Commit

Permalink
[12.0][FIX] mass_mailing_resend: Remove alert-* class
Browse files Browse the repository at this point in the history
  • Loading branch information
ernestotejeda authored and hbrunn committed Nov 29, 2018
1 parent 858e5c8 commit 7e7f4d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mass_mailing_resend/views/mass_mailing_views.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
/>
</field>
<header position="after">
<div class="alert alert-warning oe_text_center" attrs="{'invisible': ['|', ('state', '!=', 'draft'), ('sent', '=', 0)]}">
<div class="oe_form_box_info bg-warning oe_text_center" attrs="{'invisible': ['|', ('state', '!=', 'draft'), ('sent', '=', 0)]}">
<p>
<i class="fa fa-info-circle"/> New sending will be done only to not sent/new recipients. If you want to resend again the mass mailing to already sent recipients, click on <b>Emails Sent</b> smart-button for removing the existing record(s).
</p>
Expand Down

0 comments on commit 7e7f4d4

Please sign in to comment.