24.04.2013 Views

BMC Remedy Action Request System 7.6.04: BMC Remedy Mid Tier ...

BMC Remedy Action Request System 7.6.04: BMC Remedy Mid Tier ...

BMC Remedy Action Request System 7.6.04: BMC Remedy Mid Tier ...

SHOW MORE
SHOW LESS

Create successful ePaper yourself

Turn your PDF publications into a flip-book with our unique Google optimized e-Paper software.

Customizing views for forms in browsers<br />

2 To localize the message for actions (such as, Submit, Modify, Modify All, Search,<br />

and Table Refresh), update the LocalizedMessages_localeName.js file, which<br />

is located in mid<strong>Tier</strong>InstallationDir/resources/standard/javascript/.<br />

Change the following line as needed:<br />

“Loading...” : “Loading...”,<br />

“Loading” is taken from the line in the config.properties file that is discussed<br />

in step 1.<br />

For example:<br />

If you want to change the message to read Searching... and you want German<br />

language readers to view German, change the config.properties file’s line to:<br />

arsystem.waiting_cursor_innerhtml=Searching<br />

Then, change the line in LocalizedMessages_localeName.js file to:<br />

“Searching...” = “Suchen...”,<br />

1 To change the image and message that is displayed:<br />

To modify the wait cursor for pages that are loading<br />

a In the mid<strong>Tier</strong>InstallationDir/webapps/shared/images folder, insert the<br />

new image.<br />

b In the mid<strong>Tier</strong>InstallationDir/shared/wait.jsp file, search for<br />

getLocalizedText, and find the following code:<br />

<br />

<br />

c Change the image and message text in the code.<br />

For example:<br />

<br />

<br />

In this example, the Progress_NonModal-circle.gif image is displayed with<br />

the message Loading.<br />

2 To localize the message for a specific locale when pages are loading a form, update<br />

the corresponding language file in the mid<strong>Tier</strong>InstallationDir/webapps/<br />

arsys/WEB-INF/classes folder.<br />

Change the following line:<br />

defaultMessage = localizedMessage<br />

In the original installation, the line reads:<br />

Loading = Loading<br />

Loading is taken from the line in the wait.jsp file that is discussed in step 1.<br />

Chapter 3 Working with applications that will be viewed in a browser 73

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!