NEW Use Bootstrap styled alerts in assets notification

This will be the default in SilverStripe 4.4, and has been partially implemented in 4.3
This commit is contained in:
Robbie Averill 2018-11-27 16:23:58 +01:00
parent e510213c3e
commit da2e8fcc8b

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.'