Hi,
just change it in "WPMessages.properties" file what ever you want to change it will reflect on the IDM.
like i have change "Download..." button lable to "Download File" in the "WPMessages.properties" file its reflect in idm.
so do one thing copy the message that you want to change in idm and search it in "WPMessages.properties" file and change it as you want.
Thanx
Shant
Hi ,
If u need to add a button to the EXTRACT TO FILE page
(account/ extract.jsp) , which in turn calls com.waveset.ui.web.account.ExtractForm. You have to modify this file to add a button in ExtractForm.java file.
U have two options
1. Adding in the extract.jsp
2. Adding in com.waveset.ui.web.account.ExtractForm
Button downloadButton = new Button("Extract", "UI_DOWNLOAD_DOTS_LABEL");
downloadButton.setPostURL("servlet/filedownload");
form.add(downloadButton);
Regards
Jeyanth