- Fixed a sorting problem in the detail view of series caused by an unnecssary
xsl:sort in Mandalay (checkedin primarly for reference) - Fixed a wrong translation in ccm-sci-publications, correct translation for "Series" to german in the context publications is "Reihe" and not "Serie". git-svn-id: https://svn.libreccm.org/ccm/trunk@3113 8810af33-2d31-482b-a856-94f89814c4dfmaster
parent
d3ac65f9e1
commit
f739c03286
|
|
@ -52,4 +52,16 @@
|
|||
</mpa-next-page-link>
|
||||
</div>
|
||||
|
||||
<file-attachments>
|
||||
<ul class="file-attachments">
|
||||
<file-attachment>
|
||||
<li class="file-attachment">
|
||||
<a>
|
||||
<file-name/> (<file-size/> bytes)
|
||||
</a>
|
||||
</li>
|
||||
</file-attachment>
|
||||
</ul>
|
||||
</file-attachments>
|
||||
|
||||
</content-item-layout>
|
||||
|
|
@ -307,9 +307,9 @@
|
|||
|
||||
<ul>
|
||||
<xsl:for-each select="./volumes/publication">
|
||||
<xsl:sort select="./@volume" data-type="number" order="descending"/>
|
||||
<!--<xsl:sort select="./@volume" data-type="number" order="descending"/>
|
||||
<xsl:sort select="./yearOfPublication" data-type="number" order="descending"/>
|
||||
<xsl:sort select="./title" data-type="text"/>
|
||||
<xsl:sort select="./title" data-type="text"/>-->
|
||||
<li>
|
||||
<xsl:apply-templates select="." mode="list_view"/>
|
||||
</li>
|
||||
|
|
|
|||
|
|
@ -431,7 +431,7 @@ cms.contenttypes.publicationwithpublisher.type_label=Publikation with Publisher
|
|||
cms.contenttypes.publisher.type_label=Verlag
|
||||
cms.contenttypes.review.type_label=Publikation - Rezension
|
||||
cms.contenttypes.sciauthor.type_label=Publikation - AutorIn
|
||||
cms.contenttypes.series.type_label=Publikation - Serie
|
||||
cms.contenttypes.series.type_label=Publikation - Reihe
|
||||
cms.contenttypes.unpublished.type_label=Publikation - Unver\u00f6ffentlicht
|
||||
cms.contenttypes.workingpaper.type_label=Publikation - Arbeitspapier
|
||||
cms.contenttypes.sciauthor.basic_properties.description=Input screen for an atuhor's basic properties as name, christian name, professional titel, etc
|
||||
|
|
|
|||
Loading…
Reference in New Issue