From 909c5f606e712105220ebd11426998cb116e4a7f Mon Sep 17 00:00:00 2001 From: jensp Date: Wed, 15 Apr 2015 10:13:15 +0000 Subject: [PATCH] Basic support for ccm-sci-publications git-svn-id: https://svn.libreccm.org/ccm/trunk@3338 8810af33-2d31-482b-a856-94f89814c4df --- .../lib/template-tags/content-items.xsl | 1 + .../content-items/scidepartment.xsl | 6 +- .../content-items/scipublications.xsl | 327 ++++++++++++++++++ .../ui/PublicationSeriesTable.java | 2 +- 4 files changed, 332 insertions(+), 4 deletions(-) create mode 100644 ccm-core/web/themes/foundry/foundry/lib/template-tags/content-items/scipublications.xsl diff --git a/ccm-core/web/themes/foundry/foundry/lib/template-tags/content-items.xsl b/ccm-core/web/themes/foundry/foundry/lib/template-tags/content-items.xsl index a1a2c0c37..2b0fb5c5d 100644 --- a/ccm-core/web/themes/foundry/foundry/lib/template-tags/content-items.xsl +++ b/ccm-core/web/themes/foundry/foundry/lib/template-tags/content-items.xsl @@ -44,6 +44,7 @@ + diff --git a/ccm-core/web/themes/foundry/foundry/lib/template-tags/content-items/scidepartment.xsl b/ccm-core/web/themes/foundry/foundry/lib/template-tags/content-items/scidepartment.xsl index d8eeb3f1e..5d7280031 100644 --- a/ccm-core/web/themes/foundry/foundry/lib/template-tags/content-items/scidepartment.xsl +++ b/ccm-core/web/themes/foundry/foundry/lib/template-tags/content-items/scidepartment.xsl @@ -56,7 +56,7 @@ - + @@ -64,10 +64,10 @@ - + - + diff --git a/ccm-core/web/themes/foundry/foundry/lib/template-tags/content-items/scipublications.xsl b/ccm-core/web/themes/foundry/foundry/lib/template-tags/content-items/scipublications.xsl new file mode 100644 index 000000000..7368b54d5 --- /dev/null +++ b/ccm-core/web/themes/foundry/foundry/lib/template-tags/content-items/scipublications.xsl @@ -0,0 +1,327 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/ccm-sci-publications/src/com/arsdigita/cms/contenttypes/ui/PublicationSeriesTable.java b/ccm-sci-publications/src/com/arsdigita/cms/contenttypes/ui/PublicationSeriesTable.java index bfab086f6..f262993b1 100644 --- a/ccm-sci-publications/src/com/arsdigita/cms/contenttypes/ui/PublicationSeriesTable.java +++ b/ccm-sci-publications/src/com/arsdigita/cms/contenttypes/ui/PublicationSeriesTable.java @@ -289,7 +289,7 @@ public class PublicationSeriesTable publication); if (canDelete) { - ControlLink link = new ControlLink(value.toString()); + ControlLink link = new ControlLink((Label)value); link.setConfirmation(PublicationGlobalizationUtil.globalize( "publications.ui.series.confirm_remove")); return link;