My customization work great in 6.5. I added a button to the GUI to have a tag choice on the cc_pro UI. When I upgraded to 6.7, my custom menus were there but no custom button.
This is what I added in custom_ui.xml:
<heading id="iw.ccpro.filesys.heading">
<link id="iw.ccpro.filesys_heading.custom_tag.link"
refid="iw.ccpro.custom_tag.link"/>
</heading>
<globals>
<link label="Tag"
description="Tag"
url="/iw-cc/command/iw.ccpro.tag"
id="iw.ccpro.custom_tag.link"
operationID="custom.opID.custom_tag"
icon="/teamsite/images/command_icons/icn_tag.gif"
/>
</globals>
I could not find anything in the 6.7 UI manual, any tips/pointers/RTFMs appreciated.
Andy