Project

General

Profile

Feature #42457 » 42457-v477.diff

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

View differences:

t3lib/class.t3lib_positionmap.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(t3lib_BEfunc::getLabelFromItemlist('tt_content', 'colPos', $columnKey, $params), 1);
$head = $GLOBALS['LANG']->sL($item[0], 1);
}
}
(1-1/2)