phpgroupware-cvs
[Top][All Lists]
Advanced

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

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


From: Bettina Gille <address@hidden>
Subject: [Phpgroupware-cvs] CVS: phpgwapi/templates/default cat_filter.xsl,1.6,1.7
Date: Sat, 12 Oct 2002 18:32:52 -0400

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

Modified Files:
        cat_filter.xsl 
Log Message:
update

Index: cat_filter.xsl
===================================================================
RCS file: /cvsroot/phpgroupware/phpgwapi/templates/default/cat_filter.xsl,v
retrieving revision 1.6
retrieving revision 1.7
diff -C2 -r1.6 -r1.7
*** cat_filter.xsl      6 Oct 2002 18:04:05 -0000       1.6
--- cat_filter.xsl      12 Oct 2002 22:32:49 -0000      1.7
***************
*** 25,32 ****
                <xsl:choose>
                        <xsl:when test="selected">
!                               <option value="{$id}" 
selected="selected"><xsl:value-of select="name"/></option>
                        </xsl:when>
                        <xsl:otherwise>
!                               <option value="{$id}"><xsl:value-of 
select="name"/></option>
                        </xsl:otherwise>
                </xsl:choose>
--- 25,32 ----
                <xsl:choose>
                        <xsl:when test="selected">
!                               <option value="{$id}" 
selected="selected"><xsl:value-of disable-output-escaping="yes" 
select="name"/></option>
                        </xsl:when>
                        <xsl:otherwise>
!                               <option value="{$id}"><xsl:value-of 
disable-output-escaping="yes" select="name"/></option>
                        </xsl:otherwise>
                </xsl:choose>





reply via email to

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