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