From dd4a5e2697db5a4cff205446ad7f768359fe9374 Mon Sep 17 00:00:00 2001 From: Richard Millet Date: Thu, 9 Apr 2009 02:53:57 +0000 Subject: [PATCH] This is Nuxeo/OSGi bundle for the CollectionObject entity for v0.1 release. --- .../resources/OSGI-INF/layouts-contrib.xml | 105 ++++++++++++++---- .../resources/schemas/collectionobject.xsd | 13 ++- 2 files changed, 92 insertions(+), 26 deletions(-) diff --git a/3rdparty/nuxeo/nuxeo-platform-collectionspace/src/main/resources/OSGI-INF/layouts-contrib.xml b/3rdparty/nuxeo/nuxeo-platform-collectionspace/src/main/resources/OSGI-INF/layouts-contrib.xml index f3db69e49..ee35a77d4 100644 --- a/3rdparty/nuxeo/nuxeo-platform-collectionspace/src/main/resources/OSGI-INF/layouts-contrib.xml +++ b/3rdparty/nuxeo/nuxeo-platform-collectionspace/src/main/resources/OSGI-INF/layouts-contrib.xml @@ -10,59 +10,120 @@ - csid - identifier - description + objectNumber + otherNumber + briefDescription + comments + distFeatures + objectName + responsibleDept + title - + - + true - csid + objectNumber - - - hidden - - - true - - - - cssClass + dataInputText - + - + true - identifier + otherNumber dataInputText - + - + true - description + briefDescription dataInputText + + + + + true + + comments + + + dataInputText + + + + + + + + true + + distFeatures + + + dataInputText + + + + + + + + true + + objectName + + + dataInputText + + + + + + + + true + + responsibleDept + + + dataInputText + + + + + + + + true + + title + + + dataInputText + + + diff --git a/3rdparty/nuxeo/nuxeo-platform-collectionspace/src/main/resources/schemas/collectionobject.xsd b/3rdparty/nuxeo/nuxeo-platform-collectionspace/src/main/resources/schemas/collectionobject.xsd index 0a126c947..d37b63e13 100644 --- a/3rdparty/nuxeo/nuxeo-platform-collectionspace/src/main/resources/schemas/collectionobject.xsd +++ b/3rdparty/nuxeo/nuxeo-platform-collectionspace/src/main/resources/schemas/collectionobject.xsd @@ -6,8 +6,13 @@ targetNamespace="http://collectionspace.org/collectionobject/" version="0.1"> - - - - + + + + + + + + + -- 2.47.3