/* * Created on May 4, 2006 * * TODO To change the template for this generated file go to * Window - Preferences - Java - Code Style - Code Templates */ package ConstantDefinitions; /** * @author zsolt.zsuffa * * TODO To change the template for this generated type comment go to * Window - Preferences - Java - Code Style - Code Templates */ public class StyleSheetConstants { public static String BASE_STYLE_REF = "./styles/base.css"; public static String CONTENT_STYLE_REF = "./styles/content.css"; public static String FORM_STYLE_REF = "./styles/form_styles.css"; public static String ROW_STYLE = "row"; public static String FIELD_LABEL_STYLE = "label"; public static String FIELD_VALUE_STYLE = "formw"; }