Develop > Presentation layer > Customize IBM Sales Center > Resources
Replace a resource image
A common customization scenario involves replacing the terminology used by the application with terminology that is more appropriate to the organization where the application is deployed. You might also want to replace application images with the own images.
To ensure that this is possible, the IBM Sales Center application is designed to allow you to replace text and images that appear on the user interface. This section explains how to replace a resource image.
Procedure
- Locate the image to be replaced in the com.ibm.commerce.telesales.resources plug-in and note its name and relative directory location. Note: there is a specific directory naming convention used (under the icons directory)
Directory name Usage dlcl16 disabled icons for local toolbars dtool16 disabled icons for main toolbar elcl16 enabled icons for local toolbars etool16 enabled icons for main toolbar eview16 enabled icons for views/perspectives obj16 icons for objects (folders, files, and other objects) prod branding related icons wizban enabled icons for wizard/dialog banners
- Put your new image in a customization plug-in with the same name and directory structure as the image that is being replaced.
- Use the images extension point to indicate that the customization plug-in has images that will be used instead of the default IBM Sales Center images:
<?xml version="1.0" encoding="UTF-8"?> <?eclipse version="3.0"?> <plugin> <extension point="com.ibm.commerce.telesales.resources.images"/> </plugin>
Related concepts
Overview of customizing IBM Sales Center