phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] property/templates/base invoice.xsl


From: Sigurd Nes
Subject: [Phpgroupware-cvs] property/templates/base invoice.xsl
Date: Mon, 03 Jul 2006 12:32:04 +0000

CVSROOT:        /sources/phpgroupware
Module name:    property
Changes by:     Sigurd Nes <sigurdne>   06/07/03 12:32:04

Modified files:
        templates/base : invoice.xsl 

Log message:
        

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/property/templates/base/invoice.xsl?cvsroot=phpgroupware&r1=1.16&r2=1.17

Patches:
Index: invoice.xsl
===================================================================
RCS file: /sources/phpgroupware/property/templates/base/invoice.xsl,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -b -r1.16 -r1.17
--- invoice.xsl 26 Jun 2006 07:42:06 -0000      1.16
+++ invoice.xsl 3 Jul 2006 12:32:04 -0000       1.17
@@ -1,4 +1,4 @@
-<!-- $Id: invoice.xsl,v 1.16 2006/06/26 07:42:06 sigurdne Exp $ -->
+<!-- $Id: invoice.xsl,v 1.17 2006/07/03 12:32:04 sigurdne Exp $ -->
 
        <xsl:template name="app_data">
                <xsl:choose>
@@ -555,7 +555,7 @@
                                <xsl:variable 
name="lang_front_statustext"><xsl:value-of 
select="lang_front_statustext"/></xsl:variable>
                                <td class="small_text" align="center">
                                        <xsl:variable 
name="link_front"><xsl:value-of select="link_front"/></xsl:variable>
-                                       <a href="{$link_front}" 
onMouseover="window.status='{$lang_front_statustext}';return true;" 
onMouseout="window.status='';return true;"><xsl:value-of 
select="text_front"/></a>
+                                       <a href="{$link_front}" 
onMouseover="window.status='{$lang_front_statustext}';return true;" 
onMouseout="window.status='';return true;" target="_blank"><xsl:value-of 
select="text_front"/></a>
                                </td>
 
                        </tr>




reply via email to

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