Another bugfix for foundry
git-svn-id: https://svn.libreccm.org/ccm/trunk@3909 8810af33-2d31-482b-a856-94f89814c4dfmaster
parent
18f8d590d4
commit
1aab7b44eb
|
|
@ -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) > 0">
|
<xsl:if test="count($heads-datatree/head) > 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>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue