[12.0][FIX] mass_mailing_resend: Remove alert-* class

pull/317/head
ernesto 2018-11-12 13:29:16 -05:00 committed by Holger Brunn
parent 858e5c808d
commit 7e7f4d4f75
1 changed files with 1 additions and 1 deletions

View File

@ -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>