Previous Topic: Update the Skin Colors and FontsNext Topic: Modify the index.jsp File


Modify the .properties File

Perform the following procedure to modify the .properties file.

Follow these steps:

  1. In the yourskin.properties file, replace every neteauto reference with yourskin.
  2. Make the following additional modifications in the yourskin.properties file:
    1. If it is not already specified, set the following in the parent section:
          parent=/app/imcss/idm/im.properties
      

      The parent section specifies the location to the properties file of the parent skin. In this example, the parent skin is idm.

    2. Set the cascading style sheets as follows:
          stylesheet/skin.css=yourskin/yourskin.css
          stylesheet/skin_task.css=yourskin/yourskin_task.css
      
    3. Proceed as follows:

      If you replaced the images in the skin without renaming them, go to Step d. If you renamed images, do the following:

      • In the header images section, set the path to header images from Update the Skin Images.

        You can add multiple image entries to the .properties file by adding an entry like the following:

        image/logo.gif=yourskin/image/logo.jpg

      • In the standard tabs section, set the path to tab images from Update the Skin Images.
      • In the task body buttons section, set the path to task body button images from Update the Skin Images.
    4. Save the file.

More information:

Update the Skin Images