phpgroupware-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Phpgroupware-cvs] CVS: phpgwapi/templates/default filter_select.xsl,1.


From: Bettina Gille <address@hidden>
Subject: [Phpgroupware-cvs] CVS: phpgwapi/templates/default filter_select.xsl,1.6,1.7
Date: Fri, 25 Apr 2003 21:14:16 -0400

Update of /cvsroot/phpgroupware/phpgwapi/templates/default
In directory subversions:/tmp/cvs-serv20337

Modified Files:
        filter_select.xsl 
Log Message:
update xslt tpl

Index: filter_select.xsl
===================================================================
RCS file: /cvsroot/phpgroupware/phpgwapi/templates/default/filter_select.xsl,v
retrieving revision 1.6
retrieving revision 1.7
diff -C2 -r1.6 -r1.7
*** filter_select.xsl   20 Apr 2003 22:14:38 -0000      1.6
--- filter_select.xsl   26 Apr 2003 01:14:11 -0000      1.7
***************
*** 23,27 ****
        <xsl:variable name="key"><xsl:value-of select="key"/></xsl:variable>
                <xsl:choose>
!                       <xsl:when test="selected">
                                <option value="{$key}" 
selected="selected"><xsl:value-of select="lang"/></option>
                        </xsl:when>
--- 23,27 ----
        <xsl:variable name="key"><xsl:value-of select="key"/></xsl:variable>
                <xsl:choose>
!                       <xsl:when test="selected = 'yes'">
                                <option value="{$key}" 
selected="selected"><xsl:value-of select="lang"/></option>
                        </xsl:when>





reply via email to

[Prev in Thread] Current Thread [Next in Thread]