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


From: sigurdne
Subject: [Phpgroupware-cvs] property/templates/default invoice.xsl,1.10
Date: Wed, 17 Aug 2005 09:18:00 +0200

Update of property/templates/default

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

Log Message:
no message

====================================================
Index: property/templates/default/invoice.xsl
diff -u property/templates/default/invoice.xsl:1.9 
property/templates/default/invoice.xsl:1.10
--- property/templates/default/invoice.xsl:1.9  Thu Apr 14 14:49:58 2005
+++ property/templates/default/invoice.xsl      Wed Aug 17 07:18:50 2005
@@ -111,6 +111,17 @@
                </table>
        </xsl:template>

+       <xsl:template name="excel">
+                       <xsl:variable name="link_excel"><xsl:value-of 
select="link_excel"/></xsl:variable>
+                       <xsl:variable name="lang_excel_help"><xsl:value-of 
select="lang_excel_help"/></xsl:variable>
+                       <xsl:variable name="lang_excel"><xsl:value-of 
select="lang_excel"/></xsl:variable>
+                       <a href="javascript:var 
w=window.open('{$link_excel}','','')"
+                               onMouseOver="overlib('{$lang_excel_help}', 
CAPTION, '{$lang_excel}')"
+                               onMouseOut="nd()">
+                               <xsl:value-of select="lang_excel"/></a>
+       </xsl:template>
+
+
 <!-- list_voucher -->

        <xsl:template match="list_voucher">
@@ -145,6 +156,9 @@
                        <tr>
                                <td colspan="3" width="100%">
                                        <xsl:call-template name="nextmatchs"/>
+                               </td>
+                               <td colspan="3" width="100%" class="small_text" 
valign="top" align="left">
+                                       <xsl:call-template name="excel"/>
                                </td>
                        </tr>
                </table>






reply via email to

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