Finding IDs in Recommendations table are now links

This commit is contained in:
skyanth 2017-03-02 14:01:35 +01:00
parent a2332295d0
commit 322ea411dd

View File

@ -267,7 +267,10 @@
<fo:table-row xsl:use-attribute-sets="TableFont borders">
<fo:table-cell xsl:use-attribute-sets="td">
<fo:block>
<xsl:apply-templates select="." mode="number"/>
<fo:basic-link color="blue">
<xsl:attribute name="internal-destination"><xsl:value-of select="@id"/></xsl:attribute>
<xsl:apply-templates select="." mode="number"/>
</fo:basic-link>
</fo:block>
</fo:table-cell>
<fo:table-cell xsl:use-attribute-sets="td">