[Top][All Lists]
[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>
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Phpgroupware-cvs] CVS: property/templates/default attributes_form.xsl,1.3,1.4,
Sigurd Nes <address@hidden> <=
- Prev by Date:
[Phpgroupware-cvs] CVS: property/inc/import Import_fra_BKK,1.9,1.10 Import_fra_Kemner,1.10,1.11 Import_fra_Service,1.11,1.12
- Next by Date:
[Phpgroupware-cvs] CVS: property/inc class.bocommon.inc.php,1.42,1.43 class.bostandard_entity.inc.php,1.7,1.8
- Previous by thread:
[Phpgroupware-cvs] CVS: property/inc/import Import_fra_BKK,1.9,1.10 Import_fra_Kemner,1.10,1.11 Import_fra_Service,1.11,1.12
- Next by thread:
[Phpgroupware-cvs] CVS: property/inc class.bocommon.inc.php,1.42,1.43 class.bostandard_entity.inc.php,1.7,1.8
- Index(es):