mirror of
https://github.com/silverstripe/silverstripe-framework
synced 2024-10-22 12:05:37 +00:00
Merge pull request #1328 from a2nt/html_tabs_fix
FIX Localized HtmlEditorField Tabs
This commit is contained in:
commit
222e554ce6
@ -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…
x
Reference in New Issue
Block a user