Bug #15770
closedError in context menu
0%
Description
Hi
New items for context menus don't work in 'Columns' view
See
http://t3test.xetpoint.com/media/development/error_in_context_menu.png
On the left correct rendering in page tree (works ok also in Web list module)
and incorrect rendering in the Columns view)
I tried to fix that for 'tm_contentaccess'.
I succeed to replace 'edit2.gif' with 'edit2Page.gif' for all situations,
where the purpose was to edit all page properties/header data.
See:
http://t3test.xetpoint.com/media/development/editPage_icon.png
I would like to have context menus fixed before the new version of my plugin. I would fix it now in 'tm_contentaccess' - and I hope you fix it to the core too.
(issue imported from #M2775)
Files
Updated by Michael Stucki over 18 years ago
This is not a TYPO3 bug!
The code you are using to add the item to the clickmenu is wrong, you forgot to add the backPath to the image path.
The attached patch provides an example for how to add an item correctly in case of the extension "rlmp_officeimport".