mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-26 16:48:49 +01:00
update xslt tpl
This commit is contained in:
parent
da54b591b1
commit
e7146dd451
@ -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>
|
||||||
|
Loading…
Reference in New Issue
Block a user