Skip to content

Commit

Permalink
Merge pull request #403 from creative-commoners/pulls/2.3/bootstrap-n…
Browse files Browse the repository at this point in the history
…otice

NEW Use Bootstrap styled alerts in assets notification
  • Loading branch information
NightJar committed Nov 28, 2018
2 parents e510213 + da2e8fc commit d9fcaa3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Extensions/FolderFormFactoryExtension.php
Expand Up @@ -35,7 +35,7 @@ public function updateFormFields(FieldList $fields)
$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.'
Expand Down

0 comments on commit d9fcaa3

Please sign in to comment.