Merge pull request #2443 from creative-commoners/pulls/4.4/bs4

FIX Virtual page notice now uses Bootstrap 4 alerts
This commit is contained in:
Loz Calver 2019-05-31 09:22:33 +01:00 committed by GitHub
commit 29e449ebc8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -279,7 +279,7 @@ class VirtualPage extends Page
$fields->addFieldToTab("Root.Main", new LiteralField(
'VirtualPageMessage',
'<div class="message notice">' . implode('. ', $msgs) . '.</div>'
'<div class="alert alert-info">' . implode('. ', $msgs) . '.</div>'
), 'CopyContentFromID');
});