|
From: | Bettina Gille <address@hidden> |
Subject: | [Phpgroupware-cvs] CVS: phpgwapi/templates/default filter_select.xsl,NONE,1.1 cat_select.xsl,1.1,1.2 |
Date: | Thu, 26 Sep 2002 00:01:51 -0400 |
Update of /cvsroot/phpgroupware/phpgwapi/templates/default In directory subversions:/tmp/cvs-serv30877 Modified Files: cat_select.xsl Added Files: filter_select.xsl Log Message: added xsl tpl ***** Error reading new file: [Errno 2] No such file or directory: 'filter_select.xsl' Index: cat_select.xsl =================================================================== RCS file: /cvsroot/phpgroupware/phpgwapi/templates/default/cat_select.xsl,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -r1.1 -r1.2 *** cat_select.xsl 25 Sep 2002 04:00:53 -0000 1.1 --- cat_select.xsl 26 Sep 2002 04:01:49 -0000 1.2 *************** *** 9,13 **** <xsl:variable name="id"><xsl:value-of select="id"/></xsl:variable> <xsl:choose> ! <xsl:when test="selected_cat"> <option value="{$id}" selected="selected"><xsl:value-of select="name"/></option> </xsl:when> --- 9,13 ---- <xsl:variable name="id"><xsl:value-of select="id"/></xsl:variable> <xsl:choose> ! <xsl:when test="selected"> <option value="{$id}" selected="selected"><xsl:value-of select="name"/></option> </xsl:when>
[Prev in Thread] | Current Thread | [Next in Thread] |