Merge pull request #403 from creative-commoners/pulls/2.3/bootstrap-notice

NEW Use Bootstrap styled alerts in assets notification
This commit is contained in:
Dylan Wagstaff 2018-11-28 14:40:49 +13:00 committed by GitHub
commit d9fcaa3319
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -35,7 +35,7 @@ class FolderFormFactoryExtension extends Extension
$fields->push($dropdown);
$fields->push(LiteralField::create(
'Message',
'<p class="message notice">' .
'<p class="alert alert-info">' .
_t(
__CLASS__ . '.SUBSITENOTICE',
'Folders and files created in the main site are accessible by all subsites.'