Project

General

Profile

Bug #25157 ยป 17741.patch

Administrator Admin, 2011-02-24 15:31

View differences:

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'), '', '');
}
    (1-1/1)