Upgrade Guide > Performing the Siebel Repository Merge >

Setting Label Alignment for Siebel Text Fields


Upgrades from: Siebel 7.x using ICL.

Environments: Development environment only.

This topic is part of an upgrade process. See How to Perform a Siebel Database Upgrade.

At Siebel 7.7 label alignment for fields in forms changed. The label vertical alignment changed from top to middle, font weight changed from bold to normal, and text alignment changed from left to right.

If you selected Incorporate Custom Layout (ICL) for the repository merge and chose Label On Top, you must edit the style sheet (main.css) to set label alignment to preserve the look and feel of your previous release.

To ensure Quick Print and Print Preview display correctly, you must also revise the print preview style sheet (printmain.css)

Revising main.css

Revise main.css to display field labels in pre-7.7 format

To revise main.css

  1. Using a text editor, open the main.css file in the Siebel Tools installation directory:

    \public\<lang>\files\main.css

    Where

    lang is the installed language, for example enu.

  2. Search for mceLabel.
  3. In the .mceLabel section, set the following values as shown:
    • vertical-align : top
    • text-align:left
    • font-weight : bold
  4. Search for mceLabel2.
  5. Make the same changes in the .mceLabel2 section that you did in the .mceLabel section.
  6. Save the file and exit.

Revising printmain.css

Revise printmain.css to display field labels in pre-7.7 format in Quick Print and Print Preview.

  1. Using a text editor, open the printmain.css file in the Developer Web Client:

    \public\lang\files\printmain.css

    Where

    lang is the installed language, for example enu.

  2. Search for mceLabel.
  3. In the .mceLabel section, set the following values as shown:
    • vertical-align : top
    • text-align:left
    • font-weight : bold
  4. Search for mceLabel2.
  5. Make the same changes in the .mceLabel2 section that you did in the .mceLabel section.
  6. Save the file and exit.

Upgrade Guide Copyright © 2006, Oracle. All rights reserved.