phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] CVS: property/templates/default invoice.xsl,1.7,1.8


From: Sigurd Nes <address@hidden>
Subject: [Phpgroupware-cvs] CVS: property/templates/default invoice.xsl,1.7,1.8
Date: Thu, 09 Jan 2003 18:10:31 -0500

Update of /cvsroot/phpgroupware/property/templates/default
In directory subversions:/tmp/cvs-serv2717/templates/default

Modified Files:
        invoice.xsl 
Log Message:
no message

Index: invoice.xsl
===================================================================
RCS file: /cvsroot/phpgroupware/property/templates/default/invoice.xsl,v
retrieving revision 1.7
retrieving revision 1.8
diff -C2 -r1.7 -r1.8
*** invoice.xsl 9 Jan 2003 19:41:41 -0000       1.7
--- invoice.xsl 9 Jan 2003 23:10:26 -0000       1.8
***************
*** 443,446 ****
--- 443,454 ----
                        <tr>
                                <td>
+                                       <xsl:value-of select="lang_type"/>
+                               </td>
+                               <td>
+                                       <xsl:value-of select="artid"/>
+                               </td>
+                       </tr>
+                       <tr>
+                               <td>
                                        <xsl:value-of 
select="lang_spvend_code"/>
                                </td>
***************
*** 1233,1241 ****
                <xsl:call-template name="menu"/> 
                <table cellpadding="2" cellspacing="2" width="100%" 
align="center">
                        <tr>
                                <td colspan="2" align="center">
!                                       <xsl:value-of select="message"/>
                                </td>
                        </tr>
                        <xsl:for-each select="error" >
                        <tr>
--- 1241,1251 ----
                <xsl:call-template name="menu"/> 
                <table cellpadding="2" cellspacing="2" width="100%" 
align="center">
+                       <xsl:for-each select="message" >
                        <tr>
                                <td colspan="2" align="center">
!                                       <xsl:value-of select="msg"/>
                                </td>
                        </tr>
+                       </xsl:for-each>
                        <xsl:for-each select="error" >
                        <tr>





reply via email to

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