wel not sure wth is wrong there, had to modify core file

/typo3/sysext/backend/Classes/View/PageLayoutView.php

} elseif (isset($columnConfig['colPos']) && $columnConfig['colPos'] !== ''
                           && 
!GeneralUtility::inList($this->tt_contentConfig['activeCols'], $columnConfig['colPos'])
                       ) {
$grid .= 
$this->tt_content_drawColHeader($this->getLanguageService()->sL($columnConfig['name'])
                               . ' (' . 
$this->getLanguageService()->getLL('noAccess') . ')', '', '');
and instead of noAccess message i set there to return normal values
$grid .= $head[$columnKey] . $content[$columnKey]; _______________________________________________
TYPO3-english mailing list
TYPO3-english@lists.typo3.org
http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-english

Reply via email to