/* * $Id: CentralPlacementEditorConstants.java,v 1.2 2004/10/15 15:40:27 thomas Exp $ * Created on Oct 15, 2004 * * Copyright (C) 2004 Idega Software hf. All Rights Reserved. * * This software is the proprietary information of Idega hf. * Use is subject to license terms. */ package se.idega.idegaweb.commune.school.presentation; /** * * Last modified: $Date: 2004/10/15 15:40:27 $ by $Author: thomas $ * * @author <a href="mailto:thomas@idega.com">thomas</a> * @version $Revision: 1.2 $ */ public class CentralPlacementEditorConstants { public static final String KP = "central_placement_editor."; public static final String FORM_NAME = "central_placement_editor_form"; public static final String KEY_PLACEMENT_PARAGRAPH_LABEL = KP + "placement_paragraph_label"; public static final String KEY_SCHOOL_YEAR = KP + "school_year"; public static final String KEY_SCHOOL_GROUP = KP + "school_group"; public static final String KEY_STUDY_PATH = KP + "study_path"; public static final String KEY_LANGUAGE = KP + "language"; public static final String KEY_NATIVE_LANGUAGE = KP + "native_language"; }