Project

General

Profile

Feature #42457 » 42457-master.diff

Martin Kästner, 2012-11-27 14:08

View differences:

typo3/sysext/backend/Classes/Tree/View/PagePositionMap.php
// Which tt_content colPos should be displayed inside this cell
$columnKey = intval($columnConfig['colPos']);
$head = '';
$params = array();
$params['pid'] = $pid;
foreach ($tcaItems as $item) {
if ($item[1] == $columnKey) {
$head = $GLOBALS['LANG']->sL(\TYPO3\CMS\Backend\Utility\BackendUtility::getLabelFromItemlist('tt_content', 'colPos', $columnKey, $params), 1);
$head = $GLOBALS['LANG']->sL($item[0], 1);
}
}
// Render the grid cell
(2-2/2)