mirror of
https://github.com/silverstripe/silverstripe-subsites
synced 2024-10-22 11:05:55 +02:00
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:
parent
e510213c3e
commit
da2e8fcc8b
@ -35,7 +35,7 @@ class FolderFormFactoryExtension extends Extension
|
|||||||
$fields->push($dropdown);
|
$fields->push($dropdown);
|
||||||
$fields->push(LiteralField::create(
|
$fields->push(LiteralField::create(
|
||||||
'Message',
|
'Message',
|
||||||
'<p class="message notice">' .
|
'<p class="alert alert-info">' .
|
||||||
_t(
|
_t(
|
||||||
__CLASS__ . '.SUBSITENOTICE',
|
__CLASS__ . '.SUBSITENOTICE',
|
||||||
'Folders and files created in the main site are accessible by all subsites.'
|
'Folders and files created in the main site are accessible by all subsites.'
|
||||||
|
Loading…
Reference in New Issue
Block a user