WorkSpace uses icons to help the user quickly identify important information and actions to
perform. If standard icons do not convey the right meaning to your audience, you may need to replace them.
The following procedures show you how to replace the default set of icons in WorkSpace.
These procedures show you how to create a new image bundle using WorkSpace's default image
bundle as a template. To do this you need to edit:
- The WorkSpace configuration file
workspace.properties
in
<ORABPM_HOME>/webapps/workspace/WEB-INF.
- The icons configuration file
ImagesBundleSet1.properties
in
<ORABPM_HOME>/webapps/workspace/WEB-INF/classes.
-
Create a copy of the file ImagesBundleSet1.properties.
Note: Make sure you leave the copied file in the same directory where the original file is.
-
Rename the copied file.
-
Replace the standard icon for the new icon.
- Copy the new icon to the directory <ORABPM_HOME>/webapps/workspace/img/.
-
Locate the key that corresponds to the icon you need to change.
For a list of WorkSpace icons, see
WorkSpace Icons Reference.
-
Replace the value of this property for path of the new icon.
The value of the property is the text to the left of the equals sign (=).
Note: Avoid deleting properties while editing this file. Doing so can cause WorkSpace to fail
loading upon restart.
-
Repeat the previous step for all the icons you need you customize.
-
Edit
workspace.properties file.
-
Change the value of the property
fuego.workspace.imageBundleFile
to the name of the properties file.
-
Restart Oracle BPM web applications.
The next time you access WorkSpace the new set of icons is used.