mirror of
https://github.com/silverstripe/silverstripe-cms
synced 2024-10-22 08:05:56 +02:00
Merge pull request #2416 from creative-commoners/pulls/4.4/bootstrap-alert
FIX Use Bootstrap 4 alert for page type restriction message when adding a page
This commit is contained in:
commit
a6bef876c0
@ -89,7 +89,7 @@ class CMSPageAddController extends CMSPageEditController
|
||||
new LiteralField(
|
||||
'RestrictedNote',
|
||||
sprintf(
|
||||
'<p class="message notice message-restricted">%s</p>',
|
||||
'<p class="alert alert-info message-restricted">%s</p>',
|
||||
_t(
|
||||
'SilverStripe\\CMS\\Controllers\\CMSMain.AddPageRestriction',
|
||||
'Note: Some page types are not allowed for this selection'
|
||||
|
Loading…
Reference in New Issue
Block a user