phpgroupware-cvs
[Top][All Lists]
Advanced

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

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


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

Update of property/templates/default

Modified Files:
     Branch: proposed-0_9_18-branch
            entity.xsl lines: +21 -1

Log Message:
no message

====================================================
Index: property/templates/default/entity.xsl
diff -u property/templates/default/entity.xsl:1.2 
property/templates/default/entity.xsl:1.2.2.1
--- property/templates/default/entity.xsl:1.2   Wed Jun  2 19:09:57 2004
+++ property/templates/default/entity.xsl       Thu Jan 13 14:59:44 2005
@@ -378,6 +378,26 @@
                                        </form>
                                </td>
                        </tr>
+
+                       <xsl:choose>
+                               <xsl:when test="start_project!=''">
+                                       <tr>
+                                               <td valign="top">
+                                                       <xsl:variable 
name="project_link"><xsl:value-of select="project_link"/></xsl:variable>
+                                                       <form method="post" 
action="{$project_link}">
+                                                       <xsl:variable 
name="lang_start_project"><xsl:value-of 
select="lang_start_project"/></xsl:variable>
+                                                       <input type="submit" 
name="location" value="{$lang_start_project}" 
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>
+                                                       </form>
+                                               </td>
+                                       </tr>
+                               </xsl:when>
+                       </xsl:choose>
                </table>
                </div>







reply via email to

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