How to change "CA Service Desk Manager" text on login page?
book
Article ID: 20954
calendar_today
Updated On:
Products
CA Service Desk Manager
CA Service Management - Service Desk Manager
Issue/Introduction
To change the text (CA Service Desk Manager) on the login page, you have to customize or adapt the "login.htmpl" file.
Environment
Release: All Versions
Component: CA Service Desk
Resolution
- Copy "login.htmpl" from "$NX_ROOT\bopcfg\www\htmpl\default" to "$NX_ROOT\site\mods\www\htmpl\default"
- Open the copied file with any text editor (Notepad++, Wordpad, etc)
- Search for the following string: "${ProductName}"
- Replace the first occurrence of "${ProductName}"with whatever text you want.
Example:
Change line 231:
<td width="367" height="53" class="login_productname">${ProductName}</td>To:<td width="367" height="53" class="login_productname">My Service Desk</td>
- Run pdm_webcache -H
- Clear your browser cache (Optional)
- Re-launch the ServiceDesk URL and you will notice the text "CA Service Desk Manager" will be replaced with "My ServiceDesk"
Feedback
thumb_up
Yes
thumb_down
No