Teamsite 7.3.2
Windows
I am trying to add a custom menu item in content center peofessional. I executed the following steps based on UI customization guide(TS 7.2 guide as 7.3 guide does not have any mention of CC Pro customization) but still do not see the menu item in content center professional -
- Added the following code in ui_custom.xml in C:\Interwoven\TeamSite\local\config\lib\content_center\customer_src
<?xml version="1.0" encoding="utf-8"?>
<iwov-ui>
<action-list id="iw.ccpro.filesys.menubar">
<menu id="iw.ccpro.view.menu">
<link id="cu.report_menu_item.link"
label="Prepare Report"
description="Month"
url="/iw-bin/report.cgi"
target="_blank">
</link>
</menu>
</action-list>
</iwov-ui>
- Ran Command
cd C:\Interwoven\TeamSite\local\config\lib\content_center\customer_src
C:\Interwoven\TeamSite\iw-perl\bin\iwperl C:\Interwoven\TeamSite\bin\make_toolkit.ipl
I verified C:\Interwoven\ApplicationContainer\server\default\deploy\iw-cc.war\WEB-INF\conf\customer and I see the above code updated in ui_custom.xml
I also deleted the C:\Interwoven\ApplicationContainer\server\default\work\jboss.web\localhost\iw-cc\org\apache\jsp folder so that JSPs are recompiled
Cleared temporary internet files too in IE to make sure it does not render cached data.
Even after doing this I do not see the changes appearing in content center professional.
I would appreciate if anybody can guide me on what I am missing.