phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] property/skins/default/location.xsl, 1.1.1.7


From: nomail
Subject: [Phpgroupware-cvs] property/skins/default/location.xsl, 1.1.1.7
Date: Sun, 23 May 2004 08:57:29 -0000

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

date: 2004/05/01 08:24:47;  author: sigurdne;  state: Exp;  lines: +12 -10

Log Message:
no message
=====================================================================
Index: property/skins/default/location.xsl
diff -u property/skins/default/location.xsl:1.1.1.6 
property/skins/default/location.xsl:1.1.1.7
--- property/skins/default/location.xsl:1.1.1.6 Thu Apr 29 12:49:48 2004
+++ property/skins/default/location.xsl Sat May  1 08:24:47 2004
@@ -434,15 +434,17 @@
        </xsl:template>
 
        <xsl:template match="owner_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="owner_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>
 
 




reply via email to

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