// $Id: SkyCompanyFlagSubEditor.wod 2 2004-08-20 11:37:44Z znek $ AttributeCell: SkyAttributeCell {}; ValueCell: WOGenericContainer { elementName = "td"; align = "left"; valign = "top"; bgcolor = config.colors_valueCell; }; Font: SkyConfigFont {} EditFont: SkyConfigEditFont {} PrivateLabel: WOString { value = labels.privateLabel; }; PrivateCheckBox: WOCheckBox { checked = company.isPrivate; }; ReadonlyCheckBox: WOCheckBox { checked = company.isReadonly; }; ReadonlyLabel: WOString { value = labels.personeditor_readonlyLabel; }; IsAccountCondElse: WOConditional { condition = company.isAccount; negate = YES; }