Modify the Header in the User Console

You use the head.jsp file (located in <iam_im.ear>/user_console_war\app\imcss\component) to modify the header in the User Console. The header can contain images, links, title, colors, and fonts. The following illustration shows the <div id> markers in the head.jsp file, which generate the header for the idm skin:
cim140
You use the head.jsp file (located in
<iam_im.ear>
/user_console_war\app\imcss\component) to modify the header in the User Console. The header can contain images, links, title, colors, and fonts. The following illustration shows the <div id> markers in the head.jsp file, which generate the header for the
idm
skin:
This graphic shows you how to Modify the Header in the Identity Manager User Console.
To update the header, modify the code for the following entries in the head.jsp file:
  • <div id="title">
  • <div id="logo">
  • <div id="statusbar">
  • <div id="username">
  • <div id="help-logout">
For example, to change the link users are directed to when they click on the logo image that appears in the header for the User Console, replace the URL in the following code with the URL for your company’s home page.
<div id="logo"> <a href="http://www.yourcompany.com/"><skin:img altKey="console.logo" titleKey="console.logo" src="logo.gif" width="93" height="33" border="0" /></a> </div>
Favicon Branding
To change the Favicon icon of
Identity Manager
User Console, follow these steps:
  1. Navigate to <Application_Server_Home>/iam_im.ear/user_console.war/app/page.
  2. Open
    global_head.jsp
    .
  3. Search for the following HTML codes and change the favicon icon to the desired one:
    <link rel="icon" type="image/icon" href="<%= context %>/ui/images/favicon.ico"/>
    <link rel="shortcut icon" type="image/icon" href="<%= context %>/ui/images/favicon.ico"/>