mirror of
https://github.com/silverstripe/silverstripe-framework
synced 2024-10-22 14:05:37 +02:00
FIX Localized HtmlEditorField Tabs
Tabs can have only lattin characters in it's name
This commit is contained in:
parent
8a70019e78
commit
27b0cda054
@ -429,14 +429,17 @@ class HtmlEditorField_Toolbar extends RequestHandler {
|
||||
$tabSet = new TabSet(
|
||||
"MediaFormInsertMediaTabs",
|
||||
new Tab(
|
||||
'FromComputer',
|
||||
_t('HtmlEditorField.FROMCOMPUTER','From your computer'),
|
||||
$computerUploadField
|
||||
),
|
||||
new Tab(
|
||||
'FromWeb',
|
||||
_t('HtmlEditorField.FROMWEB', 'From the web'),
|
||||
$fromWeb
|
||||
),
|
||||
new Tab(
|
||||
'FromCms',
|
||||
_t('HtmlEditorField.FROMCMS','From the CMS'),
|
||||
$fromCMS
|
||||
)
|
||||
|
Loading…
Reference in New Issue
Block a user