Customize the logo on the about box with skins not enabled

About this task

To customize the logo on the About Box:

If you have not enabled the skins, perform the following tasks:

Procedure

  1. Copy the INSTALL_DIR/repository/eardata/platform/war/console/about.jsp file to INSTALL_DIR/extensions/global/webpages/console/about.jsp.
  2. Write your own HTML in your new about.jsp page.
  3. Change your copy of the menubar.jsp file so that the onclick event of the <img> tag calls your new about.jsp file.
    Tip: In order for the About Box (and other pop-up windows) to maintain an appearance and behavior that is consistent with the rest of the application, use the window.showModaldialog() function for displaying pop-up windows.