A small bugfix for Foundry which adds an attribute to control the classes added to filter form

git-svn-id: https://svn.libreccm.org/ccm/trunk@4100 8810af33-2d31-482b-a856-94f89814c4df
master
jensp 2016-05-25 12:52:27 +00:00
parent 8475c241a5
commit 7bbae5e016
1 changed files with 4 additions and 0 deletions

View File

@ -413,6 +413,10 @@
<xsl:template match="filters">
<xsl:if test="$data-tree//filters">
<form>
<xsl:if test="./@form-class">
<xsl:attribute name="class" select="./@form-class"/>
</xsl:if>
<xsl:apply-templates>
<xsl:with-param name="filters"
tunnel="yes"