Typo fix in Foundry
git-svn-id: https://svn.libreccm.org/ccm/trunk@3642 8810af33-2d31-482b-a856-94f89814c4dfmaster
parent
982e973fd1
commit
ca3559b8e3
|
|
@ -406,15 +406,17 @@
|
|||
|
||||
<xsl:template match="filters">
|
||||
<xsl:if test="$data-tree//filters">
|
||||
<xsl:apply-templates>
|
||||
<xsl:with-param name="filters"
|
||||
<form>
|
||||
<xsl:apply-templates>
|
||||
<xsl:with-param name="filters"
|
||||
tunnel="yes"
|
||||
select="$data-tree//filters"/>
|
||||
</xsl:apply-templates>
|
||||
</xsl:apply-templates>
|
||||
|
||||
<input type="submit"
|
||||
<input type="submit"
|
||||
label="{foundry:get-static-text('filters',
|
||||
'apply-filters')}"/>
|
||||
</form>
|
||||
</xsl:if>
|
||||
</xsl:template>
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue