Actions
Feature #24493
closedpagetree submenu icons
Start date:
2011-01-06
Due date:
% Done:
0%
Estimated time:
PHP Version:
Tags:
Complexity:
Sprint Focus:
Description
defining an icon for a pagetree-submenu has no effect
Solution:
typo3/sysext/pagetree/components/pagetree/javascript/contextmenu.js: line 133:
components[index++] = {
text: contextMenuConfiguration[singleAction]['label'],
icon: contextMenuConfiguration[singleAction]['icon'], /*added*/
cls: 'contextMenu-subMenu',
menu: subMenu
};
(issue imported from #M16938)
Files
Updated by Steffen Gebert almost 14 years ago
Sorry for the inconvenience, but could you please report this here: http://forge.typo3.org/projects/typo3v4-extjstrees
Thanks
Updated by Steffen Gebert almost 14 years ago
Actions