Actions
Bug #19240
closedAllow icons in select of tt_content CE plugin (list_type)
Start date:
2008-08-21
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
4.3
PHP Version:
5.3
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
This patch enables icons in selectbox for list_type, see screenshot
To add an icon to this list you can add it with the addPlugin-call like this:
t3lib_extMgm::addPlugin( array (
label,
classname,
//rel path to plugin icon
t3lib_extMgm::extRelPath($_EXTKEY) . 'ext_icon.gif'
), 'list_type');
(issue imported from #M9204)
Files
No data to display
Actions