phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] property/templates/default/attributes_form.xsl, 1.3


From: nomail
Subject: [Phpgroupware-cvs] property/templates/default/attributes_form.xsl, 1.3
Date: Sun, 24 Oct 2004 00:11:00 +0200

Update of /property/templates/default
Modified Files:
        Branch: 
          attributes_form.xsl

date: 2004/10/23 22:11:00;  author: sigurdne;  state: Exp;  lines: +3 -3

Log Message:
no message
=====================================================================
Index: property/templates/default/attributes_form.xsl
diff -u property/templates/default/attributes_form.xsl:1.2 
property/templates/default/attributes_form.xsl:1.3
--- property/templates/default/attributes_form.xsl:1.2  Wed Jun  2 19:09:40 2004
+++ property/templates/default/attributes_form.xsl      Sat Oct 23 22:11:00 2004
@@ -58,7 +58,7 @@
                                                                        
</select>
                                                                </xsl:when>
                                                                <xsl:when 
test="datatype='AB'">
-                                                                       
<xsl:variable name="org_name"><xsl:value-of 
select="name"/><xsl:text>_org_name</xsl:text></xsl:variable>
+                                                                       
<xsl:variable name="contact_name"><xsl:value-of 
select="name"/><xsl:text>_name</xsl:text></xsl:variable>
                                                                        
<xsl:variable name="lookup_function"><xsl:text>lookup_</xsl:text><xsl:value-of 
select="name"/><xsl:text>();</xsl:text></xsl:variable>
                                                                        <input 
type="text" name="{name}" value="{value}" onClick="{$lookup_function}" 
readonly="readonly" size="5" onMouseout="window.status='';return true;" >
                                                                                
<xsl:attribute name="onMouseover">
@@ -67,7 +67,7 @@
                                                                                
        <xsl:text>'; return true;</xsl:text>
                                                                                
</xsl:attribute>
                                                                        </input>
-                                                                       <input  
size="30" type="text" name="{$org_name}" value="{org_name}"  
onClick="{$lookup_function}" readonly="readonly"> 
+                                                                       <input  
size="30" type="text" name="{$contact_name}" value="{contact_name}"  
onClick="{$lookup_function}" readonly="readonly"> 
                                                                                
<xsl:attribute name="onMouseover">
                                                                                
        <xsl:text>window.status='</xsl:text>
                                                                                
                <xsl:value-of select="statustext"/>




reply via email to

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