Neueste Version von Mandalay mit weiteren Verbesserungen im ContentCenter

git-svn-id: https://svn.libreccm.org/ccm/trunk@2345 8810af33-2d31-482b-a856-94f89814c4df
master
quasi 2013-10-10 08:29:13 +00:00
parent c57bf45a5d
commit 3f16dde9a1
2 changed files with 6 additions and 2 deletions

View File

@ -55,7 +55,7 @@
<xsl:value-of select="$resultTree/@name"/>
</xsl:when>
<xsl:when test="$resultTree//ui:userBanner/@screenName">
<xsl:value-of select="concat($resultTree//ui:userBanner/@givenName, '', $resultTree//ui:userBanner/@familyName)"/>
<xsl:value-of select="concat($resultTree//ui:userBanner/@givenName, ' ', $resultTree//ui:userBanner/@familyName)"/>
</xsl:when>
</xsl:choose>
</span>

View File

@ -365,7 +365,11 @@
$resultTree//bebop:currentPane/cms:linkSummary |
$resultTree//bebop:currentPane/cms:lifecycleSummary |
$resultTree//bebop:currentPane/cms:workflowSummary |
$resultTree//bebop:currentPane/cms:transactionSummary"/>
$resultTree//bebop:currentPane/cms:transactionSummary |
$resultTree//bebop:currentPane/bebop:boxPanel |
$resultTree//bebop:currentPane//bebop:form[@name='imageLibraryComponent'] |
$resultTree//bebop:currentPane//bebop:form[@name='imageUploadComponent']
"/>
</xsl:template>
<xsl:template match="useContent">