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.22,1.23


From: Sigurd Nes <address@hidden>
Subject: [Phpgroupware-cvs] CVS: property/templates/default invoice.xsl,1.22,1.23
Date: Fri, 09 May 2003 05:05:33 -0400

Update of /cvsroot/phpgroupware/property/templates/default
In directory subversions:/tmp/cvs-serv10169/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.22
retrieving revision 1.23
diff -C2 -r1.22 -r1.23
*** invoice.xsl 23 Apr 2003 07:21:33 -0000      1.22
--- invoice.xsl 9 May 2003 09:05:31 -0000       1.23
***************
*** 1115,1122 ****
                        <tr>
                                <td class="th_text">
!                                       <xsl:value-of 
select="lang_spvend_code"/>
                                </td>
                                <td>
                                        <xsl:value-of select="spvend_code"/>
                                </td>
                        </tr>
--- 1115,1124 ----
                        <tr>
                                <td class="th_text">
!                                       <xsl:value-of select="lang_vendor"/>
                                </td>
                                <td>
                                        <xsl:value-of select="spvend_code"/>
+                                       <xsl:text> </xsl:text>
+                                       <xsl:value-of select="vendor_name"/>
                                </td>
                        </tr>
***************
*** 1142,1146 ****
                                </td>
                                <td>
!                                       <xsl:value-of select="janitor"/>
                                </td>
                        </tr>
--- 1144,1148 ----
                                </td>
                                <td>
!                                       <xsl:value-of select="oppsynsmannid"/>
                                </td>
                        </tr>
***************
*** 1490,1496 ****
                <xsl:variable name="calendar_source"><xsl:value-of 
select="calendar_source"/></xsl:variable>
                <SCRIPT LANGUAGE="JavaScript" SRC="{$calendar_source}"></SCRIPT>
-               <div align="left">
- 
                <xsl:call-template name="menu"/>
                <table cellpadding="2" cellspacing="2" width="80%" 
align="center">
                        <tr>
--- 1492,1497 ----
                <xsl:variable name="calendar_source"><xsl:value-of 
select="calendar_source"/></xsl:variable>
                <SCRIPT LANGUAGE="JavaScript" SRC="{$calendar_source}"></SCRIPT>
                <xsl:call-template name="menu"/>
+               <div align="left">
                <table cellpadding="2" cellspacing="2" width="80%" 
align="center">
                        <tr>
***************
*** 1927,1933 ****
  
        <xsl:template match="export">
-               <div align="left">
- 
                <xsl:call-template name="menu"/> 
                <table cellpadding="2" cellspacing="2" width="80%" 
align="center">
                        <xsl:for-each select="message" >
--- 1928,1933 ----
  
        <xsl:template match="export">
                <xsl:call-template name="menu"/> 
+               <div align="left">
                <table cellpadding="2" cellspacing="2" width="80%" 
align="center">
                        <xsl:for-each select="message" >
***************
*** 2028,2033 ****
                <xsl:variable name="calendar_source"><xsl:value-of 
select="calendar_source"/></xsl:variable>
                <SCRIPT LANGUAGE="JavaScript" SRC="{$calendar_source}"></SCRIPT>
-               <div align="left">
                <xsl:call-template name="menu"/> 
                <table cellpadding="2" cellspacing="2" width="80%" 
align="center">
                        <xsl:for-each select="message" >
--- 2028,2033 ----
                <xsl:variable name="calendar_source"><xsl:value-of 
select="calendar_source"/></xsl:variable>
                <SCRIPT LANGUAGE="JavaScript" SRC="{$calendar_source}"></SCRIPT>
                <xsl:call-template name="menu"/> 
+               <div align="left">
                <table cellpadding="2" cellspacing="2" width="80%" 
align="center">
                        <xsl:for-each select="message" >





reply via email to

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