Formatierungen etc
git-svn-id: https://svn.libreccm.org/ccm/trunk@2545 8810af33-2d31-482b-a856-94f89814c4dfmaster
parent
4c10207c82
commit
06b2bbb509
|
|
@ -44,6 +44,7 @@ import com.arsdigita.cms.dispatcher.ItemResolver;
|
||||||
import com.arsdigita.cms.util.GlobalizationUtil;
|
import com.arsdigita.cms.util.GlobalizationUtil;
|
||||||
import com.arsdigita.domain.DataObjectNotFoundException;
|
import com.arsdigita.domain.DataObjectNotFoundException;
|
||||||
import com.arsdigita.globalization.GlobalizationHelper;
|
import com.arsdigita.globalization.GlobalizationHelper;
|
||||||
|
import com.arsdigita.globalization.GlobalizedMessage;
|
||||||
import com.arsdigita.util.LockableImpl;
|
import com.arsdigita.util.LockableImpl;
|
||||||
import java.math.BigDecimal;
|
import java.math.BigDecimal;
|
||||||
import org.apache.log4j.Logger;
|
import org.apache.log4j.Logger;
|
||||||
|
|
@ -318,7 +319,7 @@ public class GenericPersonContactTable extends Table implements
|
||||||
globalize("cms.contenttypes.ui.person.confirm_delete"));
|
globalize("cms.contenttypes.ui.person.confirm_delete"));
|
||||||
return link;
|
return link;
|
||||||
} else {
|
} else {
|
||||||
return new Label(value.toString());
|
return new Label((GlobalizedMessage) value);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -9,7 +9,7 @@
|
||||||
name="ScientificCMS"
|
name="ScientificCMS"
|
||||||
prettyName="Scientific CMS"
|
prettyName="Scientific CMS"
|
||||||
version="2.2.0"
|
version="2.2.0"
|
||||||
release="SNAPSHOT-r2517"
|
release="devel-SNAPSHOT-r2540"
|
||||||
webxml="web-sci.xml"
|
webxml="web-sci.xml"
|
||||||
webapp="ROOT"
|
webapp="ROOT"
|
||||||
xsi:schemaLocation="http://ccm.redhat.com/ccm-project file:tools-ng/common/xsd/project.xsd">
|
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-docrepo"/>
|
||||||
<ccm:application name="ccm-forum"/>
|
<ccm:application name="ccm-forum"/>
|
||||||
|
|
||||||
|
<ccm:application name="ccm-cms-portletdataprovider"/>
|
||||||
|
|
||||||
<!-- Extended Bundle's SCI extensions -->
|
<!-- Extended Bundle's SCI extensions -->
|
||||||
|
|
||||||
|
|
||||||
|
|
@ -167,9 +169,9 @@
|
||||||
<!--
|
<!--
|
||||||
<ccm:application name="ccm-atoz"/>
|
<ccm:application name="ccm-atoz"/>
|
||||||
<ccm:application name="ccm-atoz-siteproxy"/>
|
<ccm:application name="ccm-atoz-siteproxy"/>
|
||||||
<ccm:application name="ccm-ldn-atoz"/>
|
<ccm:application name="ccm-ldn-atoz"/> -->
|
||||||
<ccm:application name="ccm-docmgr"/>
|
<ccm:application name="ccm-docmgr"/>
|
||||||
-->
|
|
||||||
<!-- some minor program issues -->
|
<!-- some minor program issues -->
|
||||||
<ccm:application name="ccm-portalserver"/>
|
<ccm:application name="ccm-portalserver"/>
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue