Merge pull request #1003 from creative-commoners/pulls/5/remove-boostrap3-class

BUG Remove old boostrap 3 CSS class
This commit is contained in:
Sacha Judd 2020-09-16 12:26:47 +12:00 committed by GitHub
commit 347cfe6101
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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