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.11


From: sigurdne
Subject: [Phpgroupware-cvs] property/templates/default invoice.xsl,1.11
Date: Fri, 26 Aug 2005 14:03:00 +0200

Update of property/templates/default

Modified Files:
     Branch: MAIN
            invoice.xsl lines: +14 -1

Log Message:
no message

====================================================
Index: property/templates/default/invoice.xsl
diff -u property/templates/default/invoice.xsl:1.10 
property/templates/default/invoice.xsl:1.11
--- property/templates/default/invoice.xsl:1.10 Wed Aug 17 07:18:50 2005
+++ property/templates/default/invoice.xsl      Fri Aug 26 12:03:56 2005
@@ -669,6 +669,19 @@

                                        <input type="hidden" 
name="loc1_name"></input>
                                </td>
+
+                               <td align="left">
+                                       <input type="text" name="voucher_id" 
value="{voucher_id}" size="8" onMouseout="window.status='';return true;">
+                                               <xsl:attribute 
name="onMouseover">
+                                                       
<xsl:text>window.status='</xsl:text>
+                                                               <xsl:value-of 
select="lang_voucher_id_statustext"/>
+                                                       <xsl:text>'; return 
true;</xsl:text>
+                                               </xsl:attribute>
+                                       </input>
+                                       <xsl:text> </xsl:text>
+                                       <xsl:value-of select="lang_voucher_id"/>
+                               </td>
+
                                <td align="left">
                                        <xsl:variable 
name="lang_search"><xsl:value-of select="lang_search"/></xsl:variable>
                                        <input type="submit" 
name="submit_search" value="{$lang_search}" onMouseout="window.status='';return 
true;">






reply via email to

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