[TYPO3-core] RFC: #15781: Pages icon is missing in table list

Georg Ringer mail at ringerge.org
Fri Sep 24 15:43:31 CEST 2010


Am 24.09.2010 08:49, schrieb Steffen Ritter:
> If you tell the line, in tceforms where these icons are build, I can do
> this small exchange, but since tce-forms is quite long you have to help
> me ;)

no problem ;)
Do debug it for the sys_action table list:
This is built in tceforms: 1704 - 1721.

The icon path comes from getSingleField_typeSelect() => 1500-1504 where
the function addSelectOptionsToItemArray() is called.

Line 4508 is where the path is generated:
-----
$icon =
'../'.TYPO3_mainDir.t3lib_iconWorks::skinImg($this->backPath,t3lib_iconWorks::getIcon($theTableNames,
array()),'',1);
------

Hope it helps
Georg


More information about the TYPO3-team-core mailing list