BUG Remove old boostrap 3 CSS class

This commit is contained in:
Maxime Rainville 2020-09-16 11:38:33 +12:00
parent 268d4e0be9
commit 24e770e00d

View File

@ -325,7 +325,7 @@ SQL;
if ($this->EmailRecipients()->Count() == 0 && static::config()->recipients_warning_enabled) { if ($this->EmailRecipients()->Count() == 0 && static::config()->recipients_warning_enabled) {
$fields->addFieldToTab('Root.Main', LiteralField::create( $fields->addFieldToTab('Root.Main', LiteralField::create(
'EmailRecipientsWarning', 'EmailRecipientsWarning',
'<p class="message warning">' . _t( '<p class="alert alert-warning">' . _t(
__CLASS__.'.NORECIPIENTS', __CLASS__.'.NORECIPIENTS',
'Warning: You have not configured any recipients. Form submissions may be missed.' 'Warning: You have not configured any recipients. Form submissions may be missed.'
) )