phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] property/skins/default/project.xsl, 1.1.1.4


From: nomail
Subject: [Phpgroupware-cvs] property/skins/default/project.xsl, 1.1.1.4
Date: Fri, 21 May 2004 18:34:15 -0000

Update of /property/skins/default
Modified Files:
        Branch: 
          project.xsl

date: 2004/04/24 21:36:30;  author: sigurdne;  state: Exp;  lines: +4 -4

Log Message:
no message
=====================================================================
Index: property/skins/default/project.xsl
diff -u property/skins/default/project.xsl:1.1.1.3 
property/skins/default/project.xsl:1.1.1.4
--- property/skins/default/project.xsl:1.1.1.3  Fri Apr 23 21:26:43 2004
+++ property/skins/default/project.xsl  Sat Apr 24 21:36:30 2004
@@ -71,13 +71,13 @@
        <xsl:template match="table_add">
                        <tr>
                                <td height="50">
-                                       <xsl:variable 
name="add_action"><xsl:value-of select="add_action"/></xsl:variable>
-                                       <xsl:variable 
name="lang_add"><xsl:value-of select="lang_add"/></xsl:variable>
+                                       <xsl:variable 
name="add_action"><xsl:value-of 
select="table_add_item/add_action"/></xsl:variable>
+                                       <xsl:variable 
name="lang_add"><xsl:value-of select="table_add_item/lang_add"/></xsl:variable>
                                        <form method="post" 
action="{$add_action}">
                                                <input type="submit" name="add" 
value="{$lang_add}" onMouseout="window.status='';return true;">
                                                        <xsl:attribute 
name="onMouseover">
                                                                
<xsl:text>window.status='</xsl:text>
-                                                                       
<xsl:value-of select="lang_add_statustext"/>
+                                                                       
<xsl:value-of select="table_add_item/lang_add_statustext"/>
                                                                <xsl:text>'; 
return true;</xsl:text>
                                                        </xsl:attribute>
                                                </input>




reply via email to

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