System information
Identity Manager Technical Deployment Overview
Part Number 820-2952-10 Page 113
Code Example 5.5 should be as follows:
• In the Identity Manager End User Interface, the horizontal navigation bar is driven by the
End User Navigation UserForm in
enduser.xml
. (ID-12415)
userHeader.jsp
, which is included in all the end user pages, includes another JSP named
menuStart.jsp
. This JSP accesses two system configuration objects:
❍
ui.web.user.showMenu
- Toggles the display of the navigation menu on/off (default:
true)
❍
ui.web.user.menuLayout
- Determines whether the menu is rendered as horizontal
navigation bar with tabs (the default:
horizontal
) or a vertical tree menu (
vertical
)
The CSS style classes that determine how the menu is rendered are in
style.css
.
• Identity Manager now calls the Lighthouse account the Identity Manager account. You can
override this name change through the use of a custom catalog. (ID-14918) See Enabling
Internationalization in Identity Manager Technical Deployment Overview for information on
custom catalogs.
The following catalog entries control the display of the product name:
PRODUCT_NAME=Identity Manager
LIGHTHOUSE_DISPLAY_NAME=[PRODUCT_NAME]
LIGHTHOUSE_TYPE_DISPLAY_NAME=[PRODUCT_NAME]
LIGHTHOUSE_DEFAULT_POLICY=Default [PRODUCT_NAME] Account Policy
• Identity Manager now provides a new configuration object (
WorkItemTypes
configuration
object) that specifies all supported work item type names, extensions, and display names.
(ID-15468) This configuration object is defined in
sample/workItemTypes.xml
, which is
imported by
init.xml
and
update.xml
.
Code Example 5-5 Changing Tab Panel Tabs
table.Tab2TblNew td
{background-image:url(../images/other/dot.gif);background-repeat:repeat-x;background-positi
on:left top;background-color:#CCCCFF;border:solid 1px #8f989f}
table.Tab2TblNew td.Tab2TblSelTd
{border-bottom:none;background-image:url(../images/other/dot.gif);background-repeat:repeat-
x;background-position:left bottom;background-color:#FFF;border-left:solid 1px
#8f989f;border-right:solid 1px #8f989f;border-top:solid 1px #8f989f}