phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] property/skins/default/columns.xsl, 1.1.1.4


From: nomail
Subject: [Phpgroupware-cvs] property/skins/default/columns.xsl, 1.1.1.4
Date: Fri, 21 May 2004 20:42:04 -0000

Update of /property/skins/default
Modified Files:
        Branch: 
          columns.xsl

date: 2004/04/27 09:27:45;  author: sigurdne;  state: Exp;  lines: +12 -10

Log Message:
no message
=====================================================================
Index: property/skins/default/columns.xsl
diff -u property/skins/default/columns.xsl:1.1.1.3 
property/skins/default/columns.xsl:1.1.1.4
--- property/skins/default/columns.xsl:1.1.1.3  Fri Apr 23 21:26:43 2004
+++ property/skins/default/columns.xsl  Tue Apr 27 09:27:45 2004
@@ -59,15 +59,17 @@
        </xsl:template>
 
        <xsl:template match="column_list">
-       <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 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>
+               <xsl:for-each select="column_list_item" >
+               <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 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>
+               </xsl:for-each>
        </xsl:template>
 
 </xsl:stylesheet>




reply via email to

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