mirror of
https://github.com/silverstripe/silverstripe-userforms.git
synced 2024-10-22 17:05:42 +02:00
BUG Remove old boostrap 3 CSS class
This commit is contained in:
parent
268d4e0be9
commit
24e770e00d
@ -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.'
|
||||||
)
|
)
|
||||||
|
Loading…
Reference in New Issue
Block a user