From b6e174b2ee952ee374f936566658778f5d21e834 Mon Sep 17 00:00:00 2001 From: jensp Date: Wed, 8 Oct 2014 15:42:12 +0000 Subject: [PATCH] Foundry now supports notes git-svn-id: https://svn.libreccm.org/ccm/trunk@2905 8810af33-2d31-482b-a856-94f89814c4df --- .../lib/template-tags/content-items.xsl | 1 + .../content-items/assets/notes.xsl | 76 +++++++++++++++++++ .../foundry/lib/template-tags/html-tags.xsl | 2 +- .../foundry/templates/default-layout.xml | 11 +++ 4 files changed, 89 insertions(+), 1 deletion(-) create mode 100644 ccm-sci-bundle/web/themes/foundry/foundry/lib/template-tags/content-items/assets/notes.xsl diff --git a/ccm-sci-bundle/web/themes/foundry/foundry/lib/template-tags/content-items.xsl b/ccm-sci-bundle/web/themes/foundry/foundry/lib/template-tags/content-items.xsl index 5bc837ffc..77bae37e8 100644 --- a/ccm-sci-bundle/web/themes/foundry/foundry/lib/template-tags/content-items.xsl +++ b/ccm-sci-bundle/web/themes/foundry/foundry/lib/template-tags/content-items.xsl @@ -30,6 +30,7 @@ version="2.0"> + diff --git a/ccm-sci-bundle/web/themes/foundry/foundry/lib/template-tags/content-items/assets/notes.xsl b/ccm-sci-bundle/web/themes/foundry/foundry/lib/template-tags/content-items/assets/notes.xsl new file mode 100644 index 000000000..7382d9b63 --- /dev/null +++ b/ccm-sci-bundle/web/themes/foundry/foundry/lib/template-tags/content-items/assets/notes.xsl @@ -0,0 +1,76 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/ccm-sci-bundle/web/themes/foundry/foundry/lib/template-tags/html-tags.xsl b/ccm-sci-bundle/web/themes/foundry/foundry/lib/template-tags/html-tags.xsl index 9cd742592..d603ad5fd 100644 --- a/ccm-sci-bundle/web/themes/foundry/foundry/lib/template-tags/html-tags.xsl +++ b/ccm-sci-bundle/web/themes/foundry/foundry/lib/template-tags/html-tags.xsl @@ -433,7 +433,7 @@ - + diff --git a/ccm-sci-bundle/web/themes/foundry/templates/default-layout.xml b/ccm-sci-bundle/web/themes/foundry/templates/default-layout.xml index 37182c69f..54ff911b7 100644 --- a/ccm-sci-bundle/web/themes/foundry/templates/default-layout.xml +++ b/ccm-sci-bundle/web/themes/foundry/templates/default-layout.xml @@ -53,5 +53,16 @@ + \ No newline at end of file