do not list printonly for download

This commit is contained in:
vv01f 2022-07-19 12:29:51 +02:00
parent 7521a56c12
commit 18817f035f
1 changed files with 2 additions and 2 deletions

View File

@ -35,7 +35,7 @@
<xsl:element name="div">
<xsl:attribute name="id">schleudern</xsl:attribute>
<xsl:attribute name="class">schleudern</xsl:attribute>
<xsl:for-each select="schleuder">
<xsl:for-each select="schleuder"><xsl:if test="not(@printonly)">
<xsl:variable name="id">
<xsl:value-of select="@id"/>
</xsl:variable>
@ -138,7 +138,7 @@
</xsl:element>
</xsl:if>
</xsl:element>
</xsl:for-each>
</xsl:if></xsl:for-each>
<xsl:element name="div">
<xsl:attribute name="style">clear: left</xsl:attribute>
</xsl:element>