14.1 Configuring the Client Logo Image
This section describes how to configure the Client Logo image.
The client logo has a default blank image included in all Oracle Financial Services .jsp files. You must replace the blank image for both the Oracle Financial Services product and the Administration Tools with a .svg file that contains your firm’s name or logo.
Logo Specification
The following lists the client logo specification:
- The logo name must beclient_logo.svg
- Dimensions must be width: 137px and height:18px
- File format must be Scalar Vector Graphic(SVG)
Placing a new Client Logo
To place a new client logo, follow these steps:
- Take a backup of the existing client_logo.svgfile from the <deployed area>/ojff/css/ images/client_logo.svg directory.
- Copy the customer logo to the <deployed area>/ojff/css/imagesdirectory (for example: <deployed area>/ojff/css/images/client_logo.svg).
- Refresh the web browser after copying the image file in the webserver.
- Refresh the application server’s workfolder.
Removing a Client Logo
To remove a custom client logo, follow these steps:
- Replace the client_logo.svg file from the backup location.
- Refresh the web browser after copying the image file in the web server.
- Refresh the application server’s workfolder.
Configuring Application Label Text
To modify the Application Label text along with Logo change, update the following entries in the Configuration table:
select * from aai_app_tl where v_app_id='OFS_NGECM' v_app_id='OFS_NGECM' v_app_name='app name'
Here, the app_nameis the customized Application Label. For example, Enterprise Case Management.