Anpassung und Vervollständigung ResourceBundles sowie Sprachumschaltung abgeschlossen.
git-svn-id: https://svn.libreccm.org/ccm/trunk@2192 8810af33-2d31-482b-a856-94f89814c4dfmaster
parent
1fff55e55e
commit
94d457191b
|
|
@ -7,7 +7,9 @@
|
||||||
|
|
||||||
<!-- First off the adapters for ContentItemPanel -->
|
<!-- First off the adapters for ContentItemPanel -->
|
||||||
<xrd:context name="com.arsdigita.cms.dispatcher.SimpleXMLGenerator">
|
<xrd:context name="com.arsdigita.cms.dispatcher.SimpleXMLGenerator">
|
||||||
<xrd:adapter objectType="com.arsdigita.cms.contenttypes.Job" extends="com.arsdigita.cms.ContentPage" traversalClass="com.arsdigita.cms.contenttypes.ContentItemTraversalAdapter">
|
<xrd:adapter objectType="com.arsdigita.cms.contenttypes.Job"
|
||||||
|
extends="com.arsdigita.cms.ContentPage"
|
||||||
|
traversalClass="com.arsdigita.cms.contenttypes.ContentItemTraversalAdapter">
|
||||||
<xrd:formatter property="/object/closingDate"
|
<xrd:formatter property="/object/closingDate"
|
||||||
class="com.arsdigita.xml.formatters.DateFormatter"/>
|
class="com.arsdigita.xml.formatters.DateFormatter"/>
|
||||||
</xrd:adapter>
|
</xrd:adapter>
|
||||||
|
|
|
||||||
|
|
@ -1 +1,10 @@
|
||||||
job.authoring.basic_properties.description=Edit the title, name, grade, closing date, salary, overview, ref. no., department, job description, person specification, and release date
|
job.authoring.basic_properties.description=Edit the title, name, grade, closing date, salary, overview, ref. no., department, job description, person specification, and release date
|
||||||
|
cms.contenttypes.ui.job.grade=Grade:
|
||||||
|
cms.contenttypes.ui.job.closing_date=Closing Date:
|
||||||
|
cms.contenttypes.ui.job.salary=Salary:
|
||||||
|
cms.contenttypes.ui.job.overview=Overview:
|
||||||
|
cms.contenttypes.ui.job.ref_number=Ref Number:
|
||||||
|
cms.contenttypes.ui.job.department=Department:
|
||||||
|
cms.contenttypes.ui.job.job_description=Detailed Job Description:
|
||||||
|
cms.contenttypes.ui.job.person_specification=Personal Requirements:
|
||||||
|
cms.contenttypes.ui.job.contact_details=Contact Details:
|
||||||
|
|
|
||||||
|
|
@ -1 +1,10 @@
|
||||||
job.authoring.basic_properties.description=Editieren der Beschreibungsdaten
|
job.authoring.basic_properties.description=Editieren der Beschreibungsdaten
|
||||||
|
cms.contenttypes.ui.job.grade=Stufe:
|
||||||
|
cms.contenttypes.ui.job.closing_date=Bewerbungsschluss:
|
||||||
|
cms.contenttypes.ui.job.salary=Gehalt:
|
||||||
|
cms.contenttypes.ui.job.overview=\u00dcbersicht:
|
||||||
|
cms.contenttypes.ui.job.ref_number=Ref. Nr.:
|
||||||
|
cms.contenttypes.ui.job.department=Abteilung:
|
||||||
|
cms.contenttypes.ui.job.job_description=Stellenbeschreibung:
|
||||||
|
cms.contenttypes.ui.job.person_specification=Pers\u00f6nliche Anforderungen:
|
||||||
|
cms.contenttypes.ui.job.contact_details=Kontaktdetails:
|
||||||
|
|
|
||||||
|
|
@ -0,0 +1,10 @@
|
||||||
|
job.authoring.basic_properties.description=Edit the title, name, grade, closing date, salary, overview, ref. no., department, job description, person specification, and release date
|
||||||
|
cms.contenttypes.ui.job.grade=Grade:
|
||||||
|
cms.contenttypes.ui.job.closing_date=Closing Date:
|
||||||
|
cms.contenttypes.ui.job.salary=Salary:
|
||||||
|
cms.contenttypes.ui.job.overview=Overview:
|
||||||
|
cms.contenttypes.ui.job.ref_number=Ref Number:
|
||||||
|
cms.contenttypes.ui.job.department=Department:
|
||||||
|
cms.contenttypes.ui.job.job_description=Job Description:
|
||||||
|
cms.contenttypes.ui.job.person_specification=Personal Requirements:
|
||||||
|
cms.contenttypes.ui.job.contact_details=Contact Details:
|
||||||
|
|
@ -0,0 +1,10 @@
|
||||||
|
job.authoring.basic_properties.description=Edit the title, name, grade, closing date, salary, overview, ref. no., department, job description, person specification, and release date
|
||||||
|
cms.contenttypes.ui.job.grade=Niveau::
|
||||||
|
cms.contenttypes.ui.job.closing_date=Date de cl\u00f4ture:
|
||||||
|
cms.contenttypes.ui.job.salary=Salaire:
|
||||||
|
cms.contenttypes.ui.job.overview=Vue d'ensemble:
|
||||||
|
cms.contenttypes.ui.job.ref_number=Num\u00e9ro de r\u00e9f\u00e9rence:
|
||||||
|
cms.contenttypes.ui.job.department=Departement:
|
||||||
|
cms.contenttypes.ui.job.job_description=Description du poste:
|
||||||
|
cms.contenttypes.ui.job.person_specification=D\u00e9tails concernant la personne:
|
||||||
|
cms.contenttypes.ui.job.contact_details=Contact:
|
||||||
|
|
@ -25,6 +25,7 @@ import com.arsdigita.cms.ContentPage;
|
||||||
import com.arsdigita.cms.ContentSection;
|
import com.arsdigita.cms.ContentSection;
|
||||||
import com.arsdigita.cms.ItemSelectionModel;
|
import com.arsdigita.cms.ItemSelectionModel;
|
||||||
import com.arsdigita.cms.contenttypes.Job;
|
import com.arsdigita.cms.contenttypes.Job;
|
||||||
|
import com.arsdigita.cms.contenttypes.util.JobGlobalizationUtil;
|
||||||
import com.arsdigita.domain.DomainObject;
|
import com.arsdigita.domain.DomainObject;
|
||||||
import com.arsdigita.toolbox.ui.DomainObjectPropertySheet;
|
import com.arsdigita.toolbox.ui.DomainObjectPropertySheet;
|
||||||
import com.arsdigita.cms.ui.authoring.AuthoringKitWizard;
|
import com.arsdigita.cms.ui.authoring.AuthoringKitWizard;
|
||||||
|
|
@ -47,6 +48,11 @@ public class JobPropertiesStep extends SimpleEditStep {
|
||||||
/** The name of the editing sheet added to this step */
|
/** The name of the editing sheet added to this step */
|
||||||
public static String EDIT_SHEET_NAME = "edit";
|
public static String EDIT_SHEET_NAME = "edit";
|
||||||
|
|
||||||
|
/**
|
||||||
|
*
|
||||||
|
* @param itemModel
|
||||||
|
* @param parent
|
||||||
|
*/
|
||||||
public JobPropertiesStep(ItemSelectionModel itemModel,
|
public JobPropertiesStep(ItemSelectionModel itemModel,
|
||||||
AuthoringKitWizard parent) {
|
AuthoringKitWizard parent) {
|
||||||
super(itemModel, parent);
|
super(itemModel, parent);
|
||||||
|
|
@ -55,7 +61,9 @@ public class JobPropertiesStep extends SimpleEditStep {
|
||||||
BasicPageForm editSheet;
|
BasicPageForm editSheet;
|
||||||
|
|
||||||
editSheet = new JobPropertyForm(itemModel, this);
|
editSheet = new JobPropertyForm(itemModel, this);
|
||||||
add(EDIT_SHEET_NAME, "Edit", new WorkflowLockedComponentAccess(editSheet, itemModel),
|
add(EDIT_SHEET_NAME,
|
||||||
|
"Edit",
|
||||||
|
new WorkflowLockedComponentAccess(editSheet, itemModel),
|
||||||
editSheet.getSaveCancelSection().getCancelButton());
|
editSheet.getSaveCancelSection().getCancelButton());
|
||||||
|
|
||||||
setDisplayComponent(getJobPropertySheet(itemModel));
|
setDisplayComponent(getJobPropertySheet(itemModel));
|
||||||
|
|
@ -75,8 +83,11 @@ public class JobPropertiesStep extends SimpleEditStep {
|
||||||
|
|
||||||
DomainObjectPropertySheet sheet = new DomainObjectPropertySheet(itemModel);
|
DomainObjectPropertySheet sheet = new DomainObjectPropertySheet(itemModel);
|
||||||
|
|
||||||
sheet.add( GlobalizationUtil.globalize("cms.contenttypes.ui.name"), Job.NAME);
|
sheet.add( GlobalizationUtil.globalize("cms.contenttypes.ui.title"),
|
||||||
sheet.add( GlobalizationUtil.globalize("cms.contenttypes.ui.title"), Job.TITLE);
|
Job.TITLE);
|
||||||
|
sheet.add( GlobalizationUtil.globalize("cms.contenttypes.ui.name"),
|
||||||
|
Job.NAME);
|
||||||
|
|
||||||
if (!ContentSection.getConfig().getHideLaunchDate()) {
|
if (!ContentSection.getConfig().getHideLaunchDate()) {
|
||||||
sheet.add(GlobalizationUtil.globalize("cms.contenttypes.ui.launch_date"),
|
sheet.add(GlobalizationUtil.globalize("cms.contenttypes.ui.launch_date"),
|
||||||
ContentPage.LAUNCH_DATE,
|
ContentPage.LAUNCH_DATE,
|
||||||
|
|
@ -89,13 +100,27 @@ public class JobPropertiesStep extends SimpleEditStep {
|
||||||
return DateFormat.getDateInstance(DateFormat.LONG)
|
return DateFormat.getDateInstance(DateFormat.LONG)
|
||||||
.format(page.getLaunchDate());
|
.format(page.getLaunchDate());
|
||||||
} else {
|
} else {
|
||||||
return (String)GlobalizationUtil.globalize("cms.ui.unknown").localize();
|
return (String)GlobalizationUtil
|
||||||
|
.globalize("cms.ui.unknown")
|
||||||
|
.localize();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
sheet.add( GlobalizationUtil.globalize("cms.contenttypes.ui.grade"), Job.GRADE);
|
|
||||||
sheet.add( GlobalizationUtil.globalize("cms.contenttypes.ui.closing_date"),
|
// Job content type currently does not use the default
|
||||||
|
// basic descriuption properties (as persisted in cms-pages and by
|
||||||
|
// default part of the object list). Would be convenient to move the
|
||||||
|
// ct specific overview property to basic description.
|
||||||
|
sheet.add( JobGlobalizationUtil
|
||||||
|
.globalize("cms.contenttypes.ui.job.overview"),
|
||||||
|
Job.BODY);
|
||||||
|
|
||||||
|
sheet.add( JobGlobalizationUtil
|
||||||
|
.globalize("cms.contenttypes.ui.job.grade"),
|
||||||
|
Job.GRADE);
|
||||||
|
sheet.add( JobGlobalizationUtil
|
||||||
|
.globalize("cms.contenttypes.ui.job.closing_date"),
|
||||||
Job.CLOSING_DATE,
|
Job.CLOSING_DATE,
|
||||||
new DomainObjectPropertySheet.AttributeFormatter() {
|
new DomainObjectPropertySheet.AttributeFormatter() {
|
||||||
|
|
||||||
|
|
@ -107,17 +132,30 @@ public class JobPropertiesStep extends SimpleEditStep {
|
||||||
return DateFormat.getDateInstance(DateFormat.LONG)
|
return DateFormat.getDateInstance(DateFormat.LONG)
|
||||||
.format(job.getClosingDate());
|
.format(job.getClosingDate());
|
||||||
} else {
|
} else {
|
||||||
return (String)GlobalizationUtil.globalize("cms.ui.unknown").localize();
|
return (String)GlobalizationUtil
|
||||||
|
.globalize("cms.ui.unknown")
|
||||||
|
.localize();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
sheet.add( GlobalizationUtil.globalize("cms.contenttypes.ui.salary"), Job.SALARY);
|
sheet.add( JobGlobalizationUtil
|
||||||
sheet.add( GlobalizationUtil.globalize("cms.contenttypes.ui.bodyoverview"), Job.BODY);
|
.globalize("cms.contenttypes.ui.job.salary"),
|
||||||
sheet.add( GlobalizationUtil.globalize("cms.contenttypes.ui.ref_number"), Job.REF_NUMBER);
|
Job.SALARY);
|
||||||
sheet.add( GlobalizationUtil.globalize("cms.contenttypes.ui.department"), Job.DEPARTMENT);
|
sheet.add( JobGlobalizationUtil
|
||||||
sheet.add( GlobalizationUtil.globalize("cms.contenttypes.ui.job_description"), Job.JOB_DESCRIPTION);
|
.globalize("cms.contenttypes.ui.job.ref_number"),
|
||||||
sheet.add( GlobalizationUtil.globalize("cms.contenttypes.ui.person_specification"), Job.PERSON_SPECIFICATION);
|
Job.REF_NUMBER);
|
||||||
sheet.add( GlobalizationUtil.globalize("cms.contenttypes.ui.contact_details"), Job.CONTACT_DETAILS);
|
sheet.add( JobGlobalizationUtil
|
||||||
|
.globalize("cms.contenttypes.ui.job.department"),
|
||||||
|
Job.DEPARTMENT);
|
||||||
|
sheet.add( JobGlobalizationUtil
|
||||||
|
.globalize("cms.contenttypes.ui.job.job_description"),
|
||||||
|
Job.JOB_DESCRIPTION);
|
||||||
|
sheet.add( JobGlobalizationUtil
|
||||||
|
.globalize("cms.contenttypes.ui.job.person_specification"),
|
||||||
|
Job.PERSON_SPECIFICATION);
|
||||||
|
sheet.add( JobGlobalizationUtil
|
||||||
|
.globalize("cms.contenttypes.ui.job.contact_details"),
|
||||||
|
Job.CONTACT_DETAILS);
|
||||||
|
|
||||||
return sheet;
|
return sheet;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -26,13 +26,14 @@ import com.arsdigita.bebop.event.FormProcessListener;
|
||||||
import com.arsdigita.bebop.event.FormSectionEvent;
|
import com.arsdigita.bebop.event.FormSectionEvent;
|
||||||
import com.arsdigita.bebop.event.FormSubmissionListener;
|
import com.arsdigita.bebop.event.FormSubmissionListener;
|
||||||
import com.arsdigita.bebop.form.TextField;
|
import com.arsdigita.bebop.form.TextField;
|
||||||
import com.arsdigita.cms.ui.CMSDHTMLEditor;
|
|
||||||
import com.arsdigita.bebop.parameters.DateParameter;
|
import com.arsdigita.bebop.parameters.DateParameter;
|
||||||
import com.arsdigita.bebop.parameters.ParameterModel;
|
import com.arsdigita.bebop.parameters.ParameterModel;
|
||||||
import com.arsdigita.bebop.parameters.StringParameter;
|
import com.arsdigita.bebop.parameters.StringParameter;
|
||||||
import com.arsdigita.cms.ItemSelectionModel;
|
import com.arsdigita.cms.ItemSelectionModel;
|
||||||
import com.arsdigita.cms.contenttypes.Job;
|
import com.arsdigita.cms.contenttypes.Job;
|
||||||
|
import com.arsdigita.cms.contenttypes.util.JobGlobalizationUtil;
|
||||||
import com.arsdigita.cms.ui.authoring.BasicPageForm;
|
import com.arsdigita.cms.ui.authoring.BasicPageForm;
|
||||||
|
import com.arsdigita.cms.ui.CMSDHTMLEditor;
|
||||||
import com.arsdigita.cms.util.GlobalizationUtil;
|
import com.arsdigita.cms.util.GlobalizationUtil;
|
||||||
|
|
||||||
|
|
||||||
|
|
@ -45,14 +46,14 @@ public class JobPropertyForm extends BasicPageForm
|
||||||
|
|
||||||
private JobPropertiesStep m_step;
|
private JobPropertiesStep m_step;
|
||||||
|
|
||||||
|
/** body parameter name */
|
||||||
|
public static final String BODY = "body";
|
||||||
/** Grade parameter name */
|
/** Grade parameter name */
|
||||||
public static final String GRADE = "grade";
|
public static final String GRADE = "grade";
|
||||||
/** closing date parameter name */
|
/** closing date parameter name */
|
||||||
public static final String CLOSING_DATE = "closingDate";
|
public static final String CLOSING_DATE = "closingDate";
|
||||||
/** salary parameter name */
|
/** salary parameter name */
|
||||||
public static final String SALARY = "salary";
|
public static final String SALARY = "salary";
|
||||||
/** body parameter name */
|
|
||||||
public static final String BODY = "body";
|
|
||||||
/** Ref number parameter name */
|
/** Ref number parameter name */
|
||||||
public static final String REF_NUMBER = "ref_number";
|
public static final String REF_NUMBER = "ref_number";
|
||||||
/** department parameter name */
|
/** department parameter name */
|
||||||
|
|
@ -96,7 +97,20 @@ public class JobPropertyForm extends BasicPageForm
|
||||||
protected void addWidgets() {
|
protected void addWidgets() {
|
||||||
super.addWidgets();
|
super.addWidgets();
|
||||||
|
|
||||||
add(new Label(GlobalizationUtil.globalize("cms.contenttypes.ui.grade")));
|
// Job content type currently does not use the default
|
||||||
|
// basic descriuption properties (as persisted in cms-pages and by
|
||||||
|
// default part of the object list). Would be convenient to move the
|
||||||
|
// ct specific overview property to basic description.
|
||||||
|
add(new Label(JobGlobalizationUtil
|
||||||
|
.globalize("cms.contenttypes.ui.job.overview")));
|
||||||
|
ParameterModel bodyParam = new StringParameter(BODY);
|
||||||
|
CMSDHTMLEditor body = new CMSDHTMLEditor(bodyParam);
|
||||||
|
body.setCols(40);
|
||||||
|
body.setRows(10);
|
||||||
|
add(body);
|
||||||
|
|
||||||
|
add(new Label(JobGlobalizationUtil
|
||||||
|
.globalize("cms.contenttypes.ui.job.grade")));
|
||||||
ParameterModel gradeParam
|
ParameterModel gradeParam
|
||||||
= new StringParameter(GRADE);
|
= new StringParameter(GRADE);
|
||||||
TextField grade = new TextField(gradeParam);
|
TextField grade = new TextField(gradeParam);
|
||||||
|
|
@ -104,42 +118,41 @@ public class JobPropertyForm extends BasicPageForm
|
||||||
grade.setMaxLength(30);
|
grade.setMaxLength(30);
|
||||||
add(grade);
|
add(grade);
|
||||||
|
|
||||||
add(new Label(GlobalizationUtil.globalize("cms.contenttypes.ui.closing_date")));
|
add(new Label(JobGlobalizationUtil
|
||||||
|
.globalize("cms.contenttypes.ui.job.closing_date")));
|
||||||
ParameterModel closingDateParam
|
ParameterModel closingDateParam
|
||||||
= new DateParameter(CLOSING_DATE);
|
= new DateParameter(CLOSING_DATE);
|
||||||
com.arsdigita.bebop.form.Date closingDate
|
com.arsdigita.bebop.form.Date closingDate
|
||||||
= new com.arsdigita.bebop.form.Date(closingDateParam );
|
= new com.arsdigita.bebop.form.Date(closingDateParam );
|
||||||
add(closingDate);
|
add(closingDate);
|
||||||
|
|
||||||
add(new Label(GlobalizationUtil.globalize("cms.contenttypes.ui.salary")));
|
add(new Label(JobGlobalizationUtil
|
||||||
|
.globalize("cms.contenttypes.ui.job.salary")));
|
||||||
ParameterModel salaryParam = new StringParameter(SALARY);
|
ParameterModel salaryParam = new StringParameter(SALARY);
|
||||||
CMSDHTMLEditor salary = new CMSDHTMLEditor(salaryParam);
|
CMSDHTMLEditor salary = new CMSDHTMLEditor(salaryParam);
|
||||||
salary.setCols(40);
|
salary.setCols(40);
|
||||||
salary.setRows(10);
|
salary.setRows(10);
|
||||||
add(salary);
|
add(salary);
|
||||||
|
|
||||||
add(new Label(GlobalizationUtil.globalize("cms.contenttypes.ui.bodyoverview")));
|
|
||||||
ParameterModel bodyParam = new StringParameter(BODY);
|
|
||||||
CMSDHTMLEditor body = new CMSDHTMLEditor(bodyParam);
|
|
||||||
body.setCols(40);
|
|
||||||
body.setRows(10);
|
|
||||||
add(body);
|
|
||||||
|
|
||||||
add(new Label(GlobalizationUtil.globalize("cms.contenttypes.ui.ref_number")));
|
add(new Label(JobGlobalizationUtil
|
||||||
|
.globalize("cms.contenttypes.ui.job.ref_number")));
|
||||||
ParameterModel refNumberParam = new StringParameter(REF_NUMBER);
|
ParameterModel refNumberParam = new StringParameter(REF_NUMBER);
|
||||||
TextField refNumber = new TextField(refNumberParam);
|
TextField refNumber = new TextField(refNumberParam);
|
||||||
refNumber.setSize(30);
|
refNumber.setSize(30);
|
||||||
refNumber.setMaxLength(30);
|
refNumber.setMaxLength(30);
|
||||||
add(refNumber);
|
add(refNumber);
|
||||||
|
|
||||||
add(new Label(GlobalizationUtil.globalize("cms.contenttypes.ui.department")));
|
add(new Label(JobGlobalizationUtil
|
||||||
|
.globalize("cms.contenttypes.ui.job.department")));
|
||||||
ParameterModel departmentParam = new StringParameter(DEPARTMENT);
|
ParameterModel departmentParam = new StringParameter(DEPARTMENT);
|
||||||
TextField department = new TextField(departmentParam);
|
TextField department = new TextField(departmentParam);
|
||||||
department.setSize(30);
|
department.setSize(30);
|
||||||
department.setMaxLength(30);
|
department.setMaxLength(30);
|
||||||
add(department);
|
add(department);
|
||||||
|
|
||||||
add(new Label(GlobalizationUtil.globalize("cms.contenttypes.ui.job_description")));
|
add(new Label(JobGlobalizationUtil
|
||||||
|
.globalize("cms.contenttypes.ui.job.job_description")));
|
||||||
ParameterModel jobDescriptionParam =
|
ParameterModel jobDescriptionParam =
|
||||||
new StringParameter(JOB_DESCRIPTION);
|
new StringParameter(JOB_DESCRIPTION);
|
||||||
CMSDHTMLEditor jobDescription = new CMSDHTMLEditor(jobDescriptionParam);
|
CMSDHTMLEditor jobDescription = new CMSDHTMLEditor(jobDescriptionParam);
|
||||||
|
|
@ -147,7 +160,8 @@ public class JobPropertyForm extends BasicPageForm
|
||||||
jobDescription.setRows(10);
|
jobDescription.setRows(10);
|
||||||
add(jobDescription);
|
add(jobDescription);
|
||||||
|
|
||||||
add(new Label(GlobalizationUtil.globalize("cms.contenttypes.ui.person_specification")));
|
add(new Label(JobGlobalizationUtil
|
||||||
|
.globalize("cms.contenttypes.ui.job.person_specification")));
|
||||||
ParameterModel personSpecificationParam =
|
ParameterModel personSpecificationParam =
|
||||||
new StringParameter(PERSON_SPECIFICATION);
|
new StringParameter(PERSON_SPECIFICATION);
|
||||||
CMSDHTMLEditor personSpecification = new CMSDHTMLEditor(personSpecificationParam);
|
CMSDHTMLEditor personSpecification = new CMSDHTMLEditor(personSpecificationParam);
|
||||||
|
|
@ -155,7 +169,8 @@ public class JobPropertyForm extends BasicPageForm
|
||||||
personSpecification.setRows(10);
|
personSpecification.setRows(10);
|
||||||
add(personSpecification);
|
add(personSpecification);
|
||||||
|
|
||||||
add(new Label(GlobalizationUtil.globalize("cms.contenttypes.ui.contact_details")));
|
add(new Label(JobGlobalizationUtil
|
||||||
|
.globalize("cms.contenttypes.ui.job.contact_details")));
|
||||||
ParameterModel contactDetailsParam
|
ParameterModel contactDetailsParam
|
||||||
= new StringParameter(CONTACT_DETAILS);
|
= new StringParameter(CONTACT_DETAILS);
|
||||||
CMSDHTMLEditor contactDetails = new CMSDHTMLEditor(contactDetailsParam);
|
CMSDHTMLEditor contactDetails = new CMSDHTMLEditor(contactDetailsParam);
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue