Perform the following procedure to modify the index.jsp file.
Follow these steps:
<iam_im.ear>/user_console_war/app/imcss
<skin:skin name="yourskin" filename="/app/imcss/yourskin/yourskin.properties" />
CA IdentityMinder selects the default skin for the CA IdentityMinder User Console based on which skin tag is listed first in the <skin:update> section of the index.jsp file.
As noted in the following <skin:update> section from the index.jsp file, CA IdentityMinder will display the user console for the yourskin skin:
<skin:update>
<skin:skin name="yourskin" filename="/app/imcss/yourskin/yourskin.properties" /> <skin:skin name="idm" filename="/app/imcss/idm/im.properties" /> <skin:skin name="neteauto" filename="/app/imcss/neteauto/neteauto.properties" /> <skin:skin name="horizontal" filename="/app/imcss/horizontal/horizontal.properties" /> <skin:skin name="horizontal2" filename="/app/imcss/horizontal2/horizontal2.properties" />
</skin:update>
When you want to use a different skin, you need to change the order of the skin tags listed.
Copyright © 2013 CA.
All rights reserved.
|
|