phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] property/templates/default/invoice.xsl, 1.4


From: nomail
Subject: [Phpgroupware-cvs] property/templates/default/invoice.xsl, 1.4
Date: Thu, 29 Jul 2004 15:08:46 +0200

Update of /property/templates/default
Modified Files:
        Branch: 
          invoice.xsl

date: 2004/07/29 13:08:46;  author: sigurdne;  state: Exp;  lines: +16 -1

Log Message:
no message
=====================================================================
Index: property/templates/default/invoice.xsl
diff -u property/templates/default/invoice.xsl:1.3 
property/templates/default/invoice.xsl:1.4
--- property/templates/default/invoice.xsl:1.3  Wed Jul 28 20:24:16 2004
+++ property/templates/default/invoice.xsl      Thu Jul 29 13:08:46 2004
@@ -1361,6 +1361,21 @@
 
                                </td>
                        </tr>
+                       <tr>
+                               <td valign="top">
+                                       <xsl:value-of select="lang_order"/>
+                               </td>
+                               <td>
+                                       <input type="text" name="order" 
value="{value_order}" onMouseout="window.status='';return true;">
+                                               <xsl:attribute 
name="onMouseover">
+                                                       
<xsl:text>window.status='</xsl:text>
+                                                               <xsl:value-of 
select="lang_order_statustext"/>
+                                                       <xsl:text>'; return 
true;</xsl:text>
+                                               </xsl:attribute>
+                                       </input>
+
+                               </td>
+                       </tr>
 
                        <tr>
                                <td valign="top">




reply via email to

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