phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] property/skins/default/admin.xsl, 1.1.1.8


From: nomail
Subject: [Phpgroupware-cvs] property/skins/default/admin.xsl, 1.1.1.8
Date: Sun, 23 May 2004 14:28:23 -0000

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

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

Log Message:
no message
=====================================================================
Index: property/skins/default/admin.xsl
diff -u property/skins/default/admin.xsl:1.1.1.7 
property/skins/default/admin.xsl:1.1.1.8
--- property/skins/default/admin.xsl:1.1.1.7    Thu Apr 29 19:48:22 2004
+++ property/skins/default/admin.xsl    Sat May  1 08:24:46 2004
@@ -682,11 +682,11 @@
                                        <xsl:value-of select="lang_user"/>
                                </td>
                                <td align="left">
-                                       <xsl:call-template 
name="user_id_filter"/>
+                                       <form></form><xsl:call-template 
name="user_id_filter"/>
                                </td>
                        </tr>
                        <xsl:variable name="form_action"><xsl:value-of 
select="form_action"/></xsl:variable>
-                       <form></form><form method="post" name="form" 
action="{$form_action}">
+                       <form method="post" name="form" action="{$form_action}">
                        <tr>
                                <td valign="top">
                                        <xsl:value-of select="lang_email"/>
@@ -765,15 +765,17 @@
        </xsl:template>
 
        <xsl:template match="approval_from">
-       <xsl:variable name="user_id"><xsl:value-of 
select="user_id"/></xsl:variable>
-               <xsl:choose>
-                       <xsl:when test="selected">
-                               <option value="{$user_id}" 
selected="selected"><xsl:value-of disable-output-escaping="yes" 
select="name"/></option>
-                       </xsl:when>
-                       <xsl:otherwise>
-                               <option value="{$user_id}"><xsl:value-of 
disable-output-escaping="yes" select="name"/></option>
-                       </xsl:otherwise>
-               </xsl:choose>
+               <xsl:for-each select="approval_from_item" >
+               <xsl:variable name="user_id"><xsl:value-of 
select="user_id"/></xsl:variable>
+                       <xsl:choose>
+                               <xsl:when test="selected">
+                                       <option value="{$user_id}" 
selected="selected"><xsl:value-of disable-output-escaping="yes" 
select="name"/></option>
+                               </xsl:when>
+                               <xsl:otherwise>
+                                       <option 
value="{$user_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]