Formatierungen etc

git-svn-id: https://svn.libreccm.org/ccm/trunk@2545 8810af33-2d31-482b-a856-94f89814c4df
master
jensp 2014-02-28 08:47:57 +00:00
parent 4c10207c82
commit 06b2bbb509
3 changed files with 29 additions and 26 deletions

View File

@ -44,6 +44,7 @@ import com.arsdigita.cms.dispatcher.ItemResolver;
import com.arsdigita.cms.util.GlobalizationUtil;
import com.arsdigita.domain.DataObjectNotFoundException;
import com.arsdigita.globalization.GlobalizationHelper;
import com.arsdigita.globalization.GlobalizedMessage;
import com.arsdigita.util.LockableImpl;
import java.math.BigDecimal;
import org.apache.log4j.Logger;
@ -318,7 +319,7 @@ public class GenericPersonContactTable extends Table implements
globalize("cms.contenttypes.ui.person.confirm_delete"));
return link;
} else {
return new Label(value.toString());
return new Label((GlobalizedMessage) value);
}
}
}

View File

@ -9,7 +9,7 @@
name="ScientificCMS"
prettyName="Scientific CMS"
version="2.2.0"
release="SNAPSHOT-r2517"
release="devel-SNAPSHOT-r2540"
webxml="web-sci.xml"
webapp="ROOT"
xsi:schemaLocation="http://ccm.redhat.com/ccm-project file:tools-ng/common/xsd/project.xsd">
@ -111,6 +111,8 @@
<ccm:application name="ccm-docrepo"/>
<ccm:application name="ccm-forum"/>
<ccm:application name="ccm-cms-portletdataprovider"/>
<!-- Extended Bundle's SCI extensions -->
@ -167,9 +169,9 @@
<!--
<ccm:application name="ccm-atoz"/>
<ccm:application name="ccm-atoz-siteproxy"/>
<ccm:application name="ccm-ldn-atoz"/>
<ccm:application name="ccm-ldn-atoz"/> -->
<ccm:application name="ccm-docmgr"/>
-->
<!-- some minor program issues -->
<ccm:application name="ccm-portalserver"/>