update xslt tpl

This commit is contained in:
ceb 2003-04-26 01:14:11 +00:00
parent da54b591b1
commit e7146dd451

View File

@ -22,7 +22,7 @@
<xsl:template match="filter_list"> <xsl:template match="filter_list">
<xsl:variable name="key"><xsl:value-of select="key"/></xsl:variable> <xsl:variable name="key"><xsl:value-of select="key"/></xsl:variable>
<xsl:choose> <xsl:choose>
<xsl:when test="selected"> <xsl:when test="selected = 'yes'">
<option value="{$key}" selected="selected"><xsl:value-of select="lang"/></option> <option value="{$key}" selected="selected"><xsl:value-of select="lang"/></option>
</xsl:when> </xsl:when>
<xsl:otherwise> <xsl:otherwise>