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-94f89814c4dfmaster
parent
8475c241a5
commit
7bbae5e016
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Reference in New Issue