From 07dcf33272a4627243bdc9cfc27c5ec3d1d2a461 Mon Sep 17 00:00:00 2001 From: jensp Date: Tue, 19 May 2015 09:37:13 +0000 Subject: [PATCH] Fixed notes display in Content Centre git-svn-id: https://svn.libreccm.org/ccm/trunk@3418 8810af33-2d31-482b-a856-94f89814c4df --- .../web/themes/foundry/foundry/lib/cms.xsl | 1 + .../themes/foundry/foundry/lib/cms/notes.xsl | 95 +++++++++++++++++++ ccm-sci-bundle/bundles/devel/cfg/project.xml | 2 +- 3 files changed, 97 insertions(+), 1 deletion(-) create mode 100644 ccm-core/web/themes/foundry/foundry/lib/cms/notes.xsl diff --git a/ccm-core/web/themes/foundry/foundry/lib/cms.xsl b/ccm-core/web/themes/foundry/foundry/lib/cms.xsl index cac56fd3a..1a6eac7dc 100644 --- a/ccm-core/web/themes/foundry/foundry/lib/cms.xsl +++ b/ccm-core/web/themes/foundry/foundry/lib/cms.xsl @@ -24,6 +24,7 @@ version="2.0"> + \ No newline at end of file diff --git a/ccm-core/web/themes/foundry/foundry/lib/cms/notes.xsl b/ccm-core/web/themes/foundry/foundry/lib/cms/notes.xsl new file mode 100644 index 000000000..294f3c404 --- /dev/null +++ b/ccm-core/web/themes/foundry/foundry/lib/cms/notes.xsl @@ -0,0 +1,95 @@ + +]> + + + + + + + + + + + + + + + + +
+
+ + + + + + + + + + + + + + + + +
+
+ +
+
+
+ + + + + + + + + + + + + + + + + + + + + + + + diff --git a/ccm-sci-bundle/bundles/devel/cfg/project.xml b/ccm-sci-bundle/bundles/devel/cfg/project.xml index 1717597ee..5fb48ff15 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-r3010" + release="devel-SNAPSHOT-r3317" webxml="sci-web.xml" portletxml="sci-portlet.xml" webapp="libreccm"