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 @@ @@ -148,7 +148,7 @@
</gallery>-->
<xsl:variable name="mode"><xsl:value-of select="@mode"/></xsl:variable>
<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>
<div class="grid">
<xsl:for-each select="GalleryImage">
@ -188,7 +188,7 @@ @@ -188,7 +188,7 @@
<img src="{imgsrc}" width="20px" border="0" />
</a>
</figure>
</p>
</p>
<xsl:if test="subtitle !=''">
<p class="subtitle">
<xsl:choose>

Loading…
Cancel
Save