Bug #25157 ยป 17741.patch
typo3/sysext/cms/layout/class.tx_cms_layout.php (working copy) | ||
---|---|---|
$grid .= $head[$columnKey] . $content[$columnKey];
|
||
} else if ($columnConfig['colPos']) {
|
||
$grid .= $this->tt_content_drawColHeader($GLOBALS['LANG']->getLL('noAccess'), '', '');
|
||
} else if ($columnConfig['name'] && strlen($columnConfig['name']) > 0) {
|
||
$grid .= $this->tt_content_drawColHeader($GLOBALS['LANG']->sL($columnConfig['name']), '', '');
|
||
} else {
|
||
$grid .= $this->tt_content_drawColHeader($GLOBALS['LANG']->getLL('notAssigned'), '', '');
|
||
}
|