phpgroupware-cvs
[Top][All Lists]
Advanced

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

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


From: Sigurd Nes <address@hidden>
Subject: [Phpgroupware-cvs] CVS: property/templates/default attributes_form.xsl,1.3,1.4
Date: Sat, 10 May 2003 13:53:47 -0400

Update of /cvsroot/phpgroupware/property/templates/default
In directory subversions:/tmp/cvs-serv4450/templates/default

Modified Files:
        attributes_form.xsl 
Log Message:
no message

Index: attributes_form.xsl
===================================================================
RCS file: /cvsroot/phpgroupware/property/templates/default/attributes_form.xsl,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -r1.3 -r1.4
*** attributes_form.xsl 10 May 2003 16:34:22 -0000      1.3
--- attributes_form.xsl 10 May 2003 17:53:44 -0000      1.4
***************
*** 44,48 ****
                                </xsl:attribute>
  
!                               <td align="left">
                                        <xsl:value-of select="name"/>
                                </td>
--- 44,48 ----
                                </xsl:attribute>
  
!                               <td align="left" valign="top">
                                        <xsl:value-of select="name"/>
                                </td>
***************
*** 50,54 ****
                                        <xsl:value-of select="descr"/>
                                </td> -->
!                               <td align="left">
                                        <xsl:value-of select="datatype_text"/>
                                        <xsl:choose>
--- 50,54 ----
                                        <xsl:value-of select="descr"/>
                                </td> -->
!                               <td align="left" valign="top">
                                        <xsl:value-of select="datatype_text"/>
                                        <xsl:choose>
***************
*** 74,77 ****
--- 74,87 ----
                                                                                
</xsl:attribute>
                                                                        </input>
+                                                               </xsl:when>
+                                                               <xsl:when 
test="datatype='T'">
+                                                                       
<textarea cols="40" rows="6" name="values_attribute[{counter}][value]" 
wrap="virtual" onMouseout="window.status='';return true;">
+                                                                               
<xsl:attribute name="onMouseover">
+                                                                               
        <xsl:text>window.status='</xsl:text>
+                                                                               
                <xsl:value-of select="descr"/>
+                                                                               
        <xsl:text>'; return true;</xsl:text>
+                                                                               
</xsl:attribute>
+                                                                               
<xsl:value-of select="value"/>          
+                                                                       
</textarea>
                                                                </xsl:when>
                                                                <xsl:otherwise>





reply via email to

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