mirror of
https://github.com/silverstripe/silverstripe-subsites
synced 2024-10-22 09:05:55 +00:00
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:
commit
d9fcaa3319
@ -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…
x
Reference in New Issue
Block a user