ESS label description change

 4 Replies
 2 Subscribed to this topic
 17 Subscribed to this forum
Sort:
Author
Messages
Chesca
Veteran Member Send Private Message
Posts: 490
Veteran Member

Benefits wants to change the button label from "make Changes" to Continue. The bensummary.htm has the label but I have no idea how to change it. It looks like it's searching for the phrase in a file but not sure how to find the location of the file/script. Any help would be greatly appreciated!

Here is the code: 

html+=uiButton(getSeaPhrase("MAKE_CHANGES","BEN"),"parent.no();return false", "margin-top:10px")

if(parent.errorPlans.length==0 && (parent.errorGroups.length==0 || !parent.verifyPlanGrps)) { html+=uiButton(getSeaPhrase("EXIT","BEN"),"parent.show_choice_win(true);return false", "margin-top:10px") } html+='' html+='' html+='' html+='

'

The.Sam.Groves
Veteran Member Send Private Message
Posts: 89
Veteran Member
You might want to check xhrnet/xml/lang/enus/benmsgs.xml according to the "9.0.1.x Employee/Manager Self-Service Technical Documentation" that's where the translation strings are located.
Judy Consoli
Veteran Member Send Private Message
Posts: 43
Veteran Member

These files can be found in $WEBDIR/Lawson/xhrnet/xml/lang/enus/benmsgs.xml

 

the enus directory is for English US so I am assuming that you are an US client.

The.Sam.Groves
Veteran Member Send Private Message
Posts: 89
Veteran Member
Weird, looks like the code you pasted in is being parsed inline in the forum code.
Chesca
Veteran Member Send Private Message
Posts: 490
Veteran Member

Thank you both, Sam and Judi. I was able to make the change!!!!!