Searching the Help
To search for information in the Help, type a word or phrase in the Search box. When you enter a group of words, OR is inferred. You can use Boolean operators to refine your search.
Results returned are case insensitive. However, results ranking takes case into account and assigns higher scores to case matches. Therefore, a search for "cats" followed by a search for "Cats" would return the same number of Help topics, but the order in which the topics are listed would be different.
Search for | Example | Results |
---|---|---|
A single word | cat
|
Topics that contain the word "cat". You will also find its grammatical variations, such as "cats". |
A phrase. You can specify that the search results contain a specific phrase. |
"cat food" (quotation marks) |
Topics that contain the literal phrase "cat food" and all its grammatical variations. Without the quotation marks, the query is equivalent to specifying an OR operator, which finds topics with one of the individual words instead of the phrase. |
Search for | Operator | Example |
---|---|---|
Two or more words in the same topic |
|
|
Either word in a topic |
|
|
Topics that do not contain a specific word or phrase |
|
|
Topics that contain one string and do not contain another | ^ (caret) |
cat ^ mouse
|
A combination of search types | ( ) parentheses |
|
Additional branding implementation options
Service Manager provides additional branding implementation options to change the name on the splash screen to reflect your organization’s name, and to replace the images, including all the icons.
-
Change the applications name
To change the splash screen, follow these steps:
-
Stop your web application server.
-
Navigate to the following directory:
<SM web tier.war file>\WEB-INF\classes\com\hp\ov\cwc\web
- Open the app_labels_<language version>.properties file in a text editor, for example, open the app_labels_en.properties file.
- Modify the App.Name and App.Title field values according to your organization’s needs. The default value of these two fields is Micro Focus Service Manager.
-
Save the properties file.
-
Restart your web application server.
-
Launch the web client in your browser.
Your organization’s name is now displayed on the login page and in the browser tab title.
-
-
Tailor the web client images
You can change the appearance of images in the web client by placing a new image of the same name in the<customize-folder>/images folder. Any images you place here override the existing out-of-box images. Using this images folder enables you to preserve the existing Micro Focus-provided images, and ensures that any future upgrade process does not overwrite your tailoring changes. You can delete your specified images folder at any time to restore the original Micro Focus images.
Each of your custom images must be in the .png, .gif, or .jpg format, and have the same name (but not necessarily the same format) as the out-of-box one. Service Manager looks for a custom image by name and then by format in the following order: .png, .gif, and then .jpg. For example, if the out-of-box image is back.gif, and your customization images folder contains back.png and back.gif, Service Manager uses back.png.
To change the images, follow these steps:
-
Stop your web application server.
- Create an images subfolder in the customize-folder you specified. For example: C:/customize/images.
- Browse to the images folder of your web tier to find the context path of the image you want to replace. For example, you want to replace the refresh icon on the toolbar, the path of this icon is <SM web tier.war file>\images\toolbar\trefresh.png.
-
Add the new image you under the same web tier context path in your images folder. For example, you add a new image as <customize-folder>\images\toolbar\trefresh.png to replace the icon image mentioned in the previous step.
-
Restart your web application server.
-
Clear your browser's cache.
To clear the browser's cache, for example, for Internet Explorer 10, follow these steps:
-
Go to Tools > Internet Options from the menu bar at the top of your browser's screen.
-
On the General tab, click Delete in the Browsing history field .
-
Check all the items.
-
Click Delete to delete the browsing history.
-
Now you can log in to the web client to verify the new images.
-
Related topics
Update the operator records to enable the branding rights
Specify the location for the branding files
Enable the branding menu in old applications