Update xr-content.xsl - fix #499

Change layout for Informationen zum Vertrag layout to display information on single column to prevent long text overlay
This commit is contained in:
vmig
2024-10-02 16:05:54 +02:00
committed by GitHub
parent 70f89bb051
commit d00aa62ad7

View File

@@ -807,10 +807,11 @@
</xsl:template> </xsl:template>
<xsl:template name="zusaetzeVertrag"> <xsl:template name="zusaetzeVertrag">
<xsl:call-template name="box"> <xsl:call-template name="spanned-box">
<xsl:with-param name="identifier" select="'zusaetzeVertrag'"/> <xsl:with-param name="identifier" select="'zusaetzeVertrag'"/>
<xsl:with-param name="content"> <xsl:with-param name="content">
<xsl:call-template name="list"> <xsl:call-template name="list">
<xsl:with-param name="layout" select="'einspaltig'"/>
<xsl:with-param name="content"> <xsl:with-param name="content">
<xsl:apply-templates mode="list-entry" select="xr:Tender_or_lot_reference"/> <xsl:apply-templates mode="list-entry" select="xr:Tender_or_lot_reference"/>
<xsl:apply-templates mode="list-entry" select="xr:Receiving_advice_reference"/> <xsl:apply-templates mode="list-entry" select="xr:Receiving_advice_reference"/>