Hi,
I would like to add a link at the top right corner of the CC Pro screen and I modifed /iw-home/local/config/lib/content_center/customer_src/etc/conf/customer/ui_custom.xml
It looks like this:
<iwov-ui>
<action-list id="iw.ccpro.common.actions_top.actionlist">
<link id="ccstd.interface" label="Change to Standard Interface" url="/iw-cc/ccstd" />
</action-list>
</iwov-ui>
I compiled the gui and there was no error. I logged in and cannot see the link.
I have done a similar modifications for CC Std interface and it worked. Below are the codes that works for CC Std:
<iwov-ui>
<action-list id="iw.ccstd.common.actions_top.actionlist">
<link id="com.corp.custom.menu.search_web"
label="Monash"
description="custom.menu.search_web"
resourceBundle="com.corp.custom.strings"
url="
http://www.monash.edu.au" target="_blank" />
</action-list>
</iwov-ui>
If you can tell me where I got it wrong, it would be great. Thank you in advance!
Cavin
Edited by cavin on 05/26/05 11:38 PM (server time).