Merge pull request #2584 from open-sausages/pulls/4/remove-boostrap3-class

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

View File

@ -2124,7 +2124,7 @@ class SiteTree extends DataObject implements PermissionProvider, i18nEntityProvi
$fields->addFieldToTab(
"Root.Main",
new LiteralField("ObsoleteWarningHeader", "<p class=\"message warning\">$obsoleteWarning</p>"),
LiteralField::create("ObsoleteWarningHeader", "<p class=\"alert alert-warning\">$obsoleteWarning</p>"),
"Title"
);
}