phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] property/templates/default admin_entity.xsl, 1.2.2.1


From: sigurdne
Subject: [Phpgroupware-cvs] property/templates/default admin_entity.xsl, 1.2.2.1
Date: Thu, 24 Feb 2005 14:40:59 -0000

Update of property/templates/default

Modified Files:
     Branch: proposed-0_9_18-branch
            admin_entity.xsl lines: +32 -1

Log Message:
no message

====================================================
Index: property/templates/default/admin_entity.xsl
diff -u property/templates/default/admin_entity.xsl:1.2 
property/templates/default/admin_entity.xsl:1.2.2.1
--- property/templates/default/admin_entity.xsl:1.2     Wed Jun  2 19:09:35 2004
+++ property/templates/default/admin_entity.xsl Thu Jan 13 14:00:11 2005
@@ -714,6 +714,37 @@
                                        </tr>
                                </xsl:when>
                        </xsl:choose>
+                       <xsl:choose>
+                               <xsl:when test="lang_start_project != ''">
+                                       <tr>
+                                               <td>
+                                                       <xsl:value-of 
select="lang_start_project"/>
+                                               </td>
+                                               <td>
+                                                       <xsl:choose>
+                                                                       
<xsl:when test="value_start_project = 1">
+                                                                               
<input type="checkbox" name="values[start_project]" value="1" checked="checked" 
onMouseout="window.status='';return true;">
+                                                                               
        <xsl:attribute name="onMouseover">
+                                                                               
                <xsl:text>window.status='</xsl:text>
+                                                                               
                        <xsl:value-of select="lang_start_project_statustext"/>
+                                                                               
                <xsl:text>'; return true;</xsl:text>
+                                                                               
        </xsl:attribute>
+                                                                               
</input>
+                                                                       
</xsl:when>
+                                                                       
<xsl:otherwise>
+                                                                               
<input type="checkbox" name="values[start_project]" value="1" 
onMouseout="window.status='';return true;">
+                                                                               
        <xsl:attribute name="onMouseover">
+                                                                               
                <xsl:text>window.status='</xsl:text>
+                                                                               
                        <xsl:value-of select="lang_start_project_statustext"/>
+                                                                               
                <xsl:text>'; return true;</xsl:text>
+                                                                               
        </xsl:attribute>
+                                                                               
</input>
+                                                                       
</xsl:otherwise>
+                                                       </xsl:choose>
+                                               </td>
+                                       </tr>
+                               </xsl:when>
+                       </xsl:choose>

                        <xsl:choose>
                                <xsl:when test="lang_location_level != ''">






reply via email to

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