Subversion Repositories eFlore/Applications.coel

Rev

Rev 496 | Rev 1121 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 496 Rev 975
Line 20... Line 20...
20
	public static final String LABEL = "coel-label";
20
	public static final String LABEL = "coel-label";
21
	public static final String FIELDSET = "coel-fieldset";
21
	public static final String FIELDSET = "coel-fieldset";
22
	public static final String CLEAR = "coel-clear";
22
	public static final String CLEAR = "coel-clear";
23
	public static final String META = "coel-meta";
23
	public static final String META = "coel-meta";
24
	public static final String INDENTATION = "coel-indentation";
24
	public static final String INDENTATION = "coel-indentation";
-
 
25
	public static final String OBLIGATOIRE = "coel-obligatoire";
-
 
26
	public static final String OBLIGATOIRE_OK = "coel-obligatoire-ok";
25
}
27
}
26
28