Is it possible that I can remove that Add to My Favorites( Submission succeeded ) screen from CCSTD. This window does not provide any use to my users and would like to remove it all together. I have try customizing the ui_filesys_custom.xml file by updating the lines below. I then ran make_toolkit and it ran successfully ,however the Add to My Favorites( Submission succeeded ) screen still showed up. Please advise if this can be done. Thank you Hector Luciano Jr.
hluciano@travelers.com, 860-277-2480.
<iwov-delete>
<link id="_iw.ccstd.common.portlet.add_favorite.link"/>
</iwov-delete>
<!--
Screen(s): File/Folder Browser, VisualPreview toolbar
Purpose: Add to Favorites (with confirmation screen)
-->
<iwov-delete>
<link id="_iw.ccstd.common.add_favorite.link" target="_blank" refid="_iw.teamsite.common.dialog_popup.link"/>
</iwov-delete>
<!--
Screen(s): Favorites portlet
Purpose: Remove file or folder from Favorites
-->
<iwov-delete>
<link id="_iw.ccstd.common.remove_favorite.link"/>
</iwov-delete>