Hi,using TS 6.5 sol. I have successfully deleted and inserted custom menu items to TeamSite action list. Due to the access issue, I have to delete an item in the heading and add it back. The following is the code: <heading id="iw.ccpro.list_directory.heading"><iwov-delete><llink id="iw.ccpro.list_directory.heading.create_directory.link"/></iwov-delete><iwov-insert-before id="iw.ccpro.node_properties.link"><link id="iw.ccpro.list_directory.heading.create_directory.link" operationID="cu.ccpro.list_directory.heading.create_directory.op" label="New Folder" description="New Folder" url="/iw-cc/command/iw.ccpro.create_directory"/></iwov-insert-before></heading>I got two problems after view the new layout:1) I lost the New-Folder item's icon2) the New-Folder item goes before Properties itemDoes anyone know how to fix the problems?
Thanks ghoti! I can add icon by adding icon attribute, however, it still goes after (on the right side of) Properties item.