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;