mirror of
https://github.com/silverstripe/silverstripe-userforms.git
synced 2024-10-22 17:05:42 +02:00
Merge pull request #739 from creative-commoners/pulls/5.0/bootstrap-alert
Use bootstrap alert instead of old .message.notice
This commit is contained in:
commit
5b68e7bb58
@ -61,7 +61,7 @@ class EditableFileField extends EditableFormField
|
||||
|
||||
$fields->addFieldToTab("Root.Main", LiteralField::create(
|
||||
'FileUploadWarning',
|
||||
'<p class="message notice">' . _t(
|
||||
'<p class="alert alert-info">' . _t(
|
||||
'SilverStripe\\UserForms\\Model\\UserDefinedForm.FileUploadWarning',
|
||||
'Files uploaded through this field could be publicly accessible if the exact URL is known'
|
||||
)
|
||||
|
Loading…
Reference in New Issue
Block a user