From a166f87dfe12b390a3fc747e3774172dc7347263 Mon Sep 17 00:00:00 2001 From: jensp Date: Tue, 24 Jun 2014 17:20:36 +0000 Subject: [PATCH] Added module ccm-sci-publicationsexportlinks to the devel bundle. The module is used on various sites, so it makes senses to include it into the devel bundle. git-svn-id: https://svn.libreccm.org/ccm/trunk@2721 8810af33-2d31-482b-a856-94f89814c4df --- .../cms/contenttypes/ui/GenericAddressPropertyForm.java | 3 +-- ccm-sci-bundle/bundles/devel/cfg/project.xml | 3 ++- 2 files changed, 3 insertions(+), 3 deletions(-) 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 @@ +