Browse Source

fixed grid weg

master
Bettina Floss 1 month ago
parent
commit
90572a5874
  1. 4
      src-modules/module/kb/etl/xml2html/mwTemplates.xsl

4
src-modules/module/kb/etl/xml2html/mwTemplates.xsl

@ -148,7 +148,7 @@
</gallery>--> </gallery>-->
<xsl:variable name="mode"><xsl:value-of select="@mode"/></xsl:variable> <xsl:variable name="mode"><xsl:value-of select="@mode"/></xsl:variable>
<div> <div>
<xsl:attribute name="class"><xsl:value-of select="concat('fixed-grid has-',count(GalleryImage),'-cols')" /> <xsl:attribute name="class"><xsl:value-of select="concat('grid has-',count(GalleryImage),'-cols')" />
</xsl:attribute> </xsl:attribute>
<div class="grid"> <div class="grid">
<xsl:for-each select="GalleryImage"> <xsl:for-each select="GalleryImage">
@ -188,7 +188,7 @@
<img src="{imgsrc}" width="20px" border="0" /> <img src="{imgsrc}" width="20px" border="0" />
</a> </a>
</figure> </figure>
</p> </p>
<xsl:if test="subtitle !=''"> <xsl:if test="subtitle !=''">
<p class="subtitle"> <p class="subtitle">
<xsl:choose> <xsl:choose>

Loading…
Cancel
Save