diff --git a/ccm-cms/src/com/arsdigita/cms/contenttypes/ui/GenericAddressPropertyForm.java b/ccm-cms/src/com/arsdigita/cms/contenttypes/ui/GenericAddressPropertyForm.java index 64b27b8af..3aa505ad1 100644 --- a/ccm-cms/src/com/arsdigita/cms/contenttypes/ui/GenericAddressPropertyForm.java +++ b/ccm-cms/src/com/arsdigita/cms/contenttypes/ui/GenericAddressPropertyForm.java @@ -95,8 +95,7 @@ public class GenericAddressPropertyForm extends BasicPageForm address.setRows(5); address.setCols(30); add(address); - - add(new Label()); + ParameterModel postalCodeParam = new StringParameter(POSTAL_CODE); TextField postalCode = new TextField(postalCodeParam); postalCode.setLabel(ContenttypesGlobalizationUtil diff --git a/ccm-sci-bundle/bundles/devel/cfg/project.xml b/ccm-sci-bundle/bundles/devel/cfg/project.xml index f2f4d838c..1afb31311 100644 --- a/ccm-sci-bundle/bundles/devel/cfg/project.xml +++ b/ccm-sci-bundle/bundles/devel/cfg/project.xml @@ -9,7 +9,7 @@ name="ScientificCMS" prettyName="Scientific CMS" version="2.3.0" - release="devel-SNAPSHOT-r2707" + release="devel-SNAPSHOT-r2719" webxml="sci-web.xml" portletxml="sci-portlet.xml" webapp="libreccm" @@ -92,6 +92,7 @@ +