fmsystem-commits
[Top][All Lists]
Advanced

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

[Fmsystem-commits] [12525]


From: Nelson Guerra
Subject: [Fmsystem-commits] [12525]
Date: Fri, 02 Jan 2015 23:11:05 +0000

Revision: 12525
          http://svn.sv.gnu.org/viewvc/?view=rev&root=fmsystem&revision=12525
Author:   nelson224
Date:     2015-01-02 23:11:05 +0000 (Fri, 02 Jan 2015)
Log Message:
-----------


Modified Paths:
--------------
    branches/dev-syncromind/property/templates/base/attributes_form.xsl

Modified: branches/dev-syncromind/property/templates/base/attributes_form.xsl
===================================================================
--- branches/dev-syncromind/property/templates/base/attributes_form.xsl 
2015-01-02 23:10:35 UTC (rev 12524)
+++ branches/dev-syncromind/property/templates/base/attributes_form.xsl 
2015-01-02 23:11:05 UTC (rev 12525)
@@ -252,7 +252,7 @@
                                                                <xsl:value-of 
select="name"/>
                                                                
<xsl:text>();</xsl:text>
                                                        </xsl:variable>
-                                                       <input type="text" 
name="{name}" value="{value}" onClick="{$lookup_function}" readonly="readonly" 
size="6">
+                                                       <input type="text" 
id="{name}" name="{name}" value="{value}" onClick="{$lookup_function}" 
readonly="readonly" size="6">
                                                                <xsl:choose>
                                                                        
<xsl:when test="disabled!=''">
                                                                                
<xsl:attribute name="disabled">
@@ -261,7 +261,7 @@
                                                                        
</xsl:when>
                                                                </xsl:choose>
                                                        </input>
-                                                       <input size="30" 
type="text" name="{$vendor_name}" value="{vendor_name}" 
onClick="{$lookup_function}" readonly="readonly">
+                                                       <input size="30" 
type="text" id="{$vendor_name}" name="{$vendor_name}" value="{vendor_name}" 
onClick="{$lookup_function}" readonly="readonly">
                                                                <xsl:choose>
                                                                        
<xsl:when test="disabled!=''">
                                                                                
<xsl:attribute name="disabled">




reply via email to

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