mirror of https://github.com/OCA/social.git
[12.0][FIX] mass_mailing_resend: Remove alert-* class
parent
858e5c808d
commit
7e7f4d4f75
|
@ -13,7 +13,7 @@
|
||||||
/>
|
/>
|
||||||
</field>
|
</field>
|
||||||
<header position="after">
|
<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>
|
<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).
|
<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>
|
</p>
|
||||||
|
|
Loading…
Reference in New Issue