// $Id: LSWObjectHtmlMailPage.wod,v 1.2 2004/07/13 20:33:25 helge Exp $
ObjectLabel: WOString { value = labels.objectLabel; }
NameLabel: WOString { value = labels.name; }
Name: WOString { value = objectName; }
AttributeCell: WOGenericContainer {
elementName = "td";
align = "right";
valign = "top";
bgcolor = config.colors_attributeCell;
width = "15%";
}
ValueCell: WOGenericContainer {
elementName = "td";
align = "left";
bgcolor = config.colors_valueCell;
}
MainButtonRow: WOGenericContainer {
elementName = "tr";
bgcolor = config.colors_mainButtonRow;
}
Font: SkyConfigFont {}