phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] property/templates/default standard_entity.xsl, 1.11,


From: Sigurd Nes <address@hidden>
Subject: [Phpgroupware-cvs] property/templates/default standard_entity.xsl, 1.11, 1.12
Date: Fri, 26 Sep 2003 18:57:13 +0000

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

Modified Files:
        standard_entity.xsl 
Log Message:
no message

Index: standard_entity.xsl
===================================================================
RCS file: /cvsroot/phpgroupware/property/templates/default/standard_entity.xsl,v
retrieving revision 1.11
retrieving revision 1.12
diff -C2 -d -r1.11 -r1.12
*** standard_entity.xsl 24 Sep 2003 15:40:50 -0000      1.11
--- standard_entity.xsl 26 Sep 2003 18:57:11 -0000      1.12
***************
*** 525,528 ****
--- 525,555 ----
                                </xsl:when>
                        </xsl:choose>
+                       <tr>
+                               <td>
+                                       <xsl:value-of select="lang_list"/>
+                               </td>
+                               <td>
+                                       <xsl:choose>
+                                                       <xsl:when 
test="value_list = 1">
+                                                               <input 
type="checkbox" name="values[list]" value="1" checked="checked" 
onMouseout="window.status='';return true;">
+                                                                       
<xsl:attribute name="onMouseover">
+                                                                               
<xsl:text>window.status='</xsl:text>
+                                                                               
        <xsl:value-of select="lang_list_statustext"/>
+                                                                               
<xsl:text>'; return true;</xsl:text>
+                                                                       
</xsl:attribute>
+                                                               </input>
+                                                       </xsl:when>
+                                                       <xsl:otherwise>
+                                                               <input 
type="checkbox" name="values[list]" value="1" 
onMouseout="window.status='';return true;">
+                                                                       
<xsl:attribute name="onMouseover">
+                                                                               
<xsl:text>window.status='</xsl:text>
+                                                                               
        <xsl:value-of select="lang_list_statustext"/>
+                                                                               
<xsl:text>'; return true;</xsl:text>
+                                                                       
</xsl:attribute>
+                                                               </input>
+                                                       </xsl:otherwise>
+                                       </xsl:choose>
+                               </td>
+                       </tr>
                        <tr height="50">
                                <td>





reply via email to

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