3.13 Replacing OFSLL Logo

OFSLL Logo can be changed through one time customization.

The image path of OFSLL logo is referenced in both UI shell template and sign-in template through the OfsllHome.jsf and OfsllSignIn.jsf respectively and the same can be customized by making changes to these JSF files.
  1. In the customization project, create a folder under public_html directory and add the new logo file.
  2. Launch Jdeveloper in Customization mode and load the customization project.
  3. Open OfsllHome.jsf from ofsll library.
    Locate the line
    <f:attribute name="logoImagePath" value="/adf/oracle/skin/images/ofsll_logo.gif"/>
    in the code.

    Figure 3-16 Replacing OFSLL Logo 1



  4. From property inspector’s expression builder, change the value to refer the new logo file and click ok. Customization file for OfsllHome.jsf gets created and refers to the new logo file at runtime.
  5. To refer the new logo in sign in page too, repeat steps 3 and 4 in OfsllSignIn.jsf.

    Figure 3-17 Replacing OFSLL Logo 2