Project

General

Profile

Actions

Bug #25261

closed

Make backend layout dropdown in CE editform translateable

Added by Stefano Kowalke over 13 years ago. Updated over 10 years ago.

Status:
Closed
Priority:
Should have
Assignee:
-
Category:
-
Target version:
-
Start date:
2011-03-05
Due date:
% Done:

0%

Estimated time:
TYPO3 Version:
4.5
PHP Version:
5.3
Tags:
Complexity:
Is Regression:
No
Sprint Focus:

Description

In case you have to provide more than one language in your backend, you have to localize the name of the column. You can do this with Typoscript.

While the translation is taken into account in the overview of page module, in the edit form of the particular column you got the whole path to the translation file instead just the translated name.

Add a new backend layout to a page and put this lines in:

backend_layout {
colCount = 2
rowCount = 2
rows {
1 {
columns {
1 {
name = LLL:fileadmin/templates/labels/layoutLabels.xml:colPos_1
colPos = 1
}
2 {
name = LLL:fileadmin/templates/labels/layoutLabels.xml:colPos_0
colPos = 0
}
}
}
2 {
columns {
1 {
name = LLL:fileadmin/templates/labels/layoutLabels.xml:colPos_2
colspan = 2
colPos = 2
}
}
}
}
}

Add the layoutLabels.xml file to fileadmin/templates/labels/

Open a page in page module and edit a column.

(issue imported from #M17873)


Files

layoutLabels.xml (654 Bytes) layoutLabels.xml Administrator Admin, 2011-03-05 11:37
DropDown_after.tiff (5.45 KB) DropDown_after.tiff Administrator Admin, 2011-03-05 11:42
DropDown_before.tiff (14.9 KB) DropDown_before.tiff Administrator Admin, 2011-03-05 11:43
issue_17873.diff (676 Bytes) issue_17873.diff Administrator Admin, 2011-03-05 12:04
Actions

Also available in: Atom PDF