Another bugfix for foundry

git-svn-id: https://svn.libreccm.org/ccm/trunk@3909 8810af33-2d31-482b-a856-94f89814c4df
master
jensp 2016-03-04 14:14:25 +00:00
parent 18f8d590d4
commit 1aab7b44eb
1 changed files with 5 additions and 2 deletions

View File

@ -74,6 +74,9 @@
<xsl:value-of select="$orgaunit-data/departmentShortDescription"/> <xsl:value-of select="$orgaunit-data/departmentShortDescription"/>
</xsl:when> </xsl:when>
<xsl:when test="$orgaunit-data/shortDesc"> <xsl:when test="$orgaunit-data/shortDesc">
<xsl:value-of select="$orgaunit-data/shortDesc"/>
</xsl:when>
<xsl:when test="$orgaunit-data/shortDescription">
<xsl:value-of select="$orgaunit-data/shortDescription"/> <xsl:value-of select="$orgaunit-data/shortDescription"/>
</xsl:when> </xsl:when>
</xsl:choose> </xsl:choose>
@ -90,7 +93,7 @@
<xsl:param name="orgaunit-data" tunnel="yes"/> <xsl:param name="orgaunit-data" tunnel="yes"/>
<xsl:variable name="heads-datatree" select="$orgaunit-data/heads"/> <xsl:variable name="heads-datatree" select="$orgaunit-data/heads"/>
<xsl:if test="count($heads-datatree/head) &gt; 0"> <xsl:if test="count($heads-datatree/head) &gt; 0">
<xsl:apply-templates> <xsl:apply-templates>
<xsl:with-param name="heads-datatree" <xsl:with-param name="heads-datatree"
@ -413,4 +416,4 @@
</xsl:for-each> </xsl:for-each>
</xsl:template> </xsl:template>
</xsl:stylesheet> </xsl:stylesheet>