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.35, 1


From: Sigurd Nes <address@hidden>
Subject: [Phpgroupware-cvs] CVS: property/templates/default invoice.xsl, 1.35, 1.36
Date: Fri, 19 Sep 2003 13:50:48 -0400

Update of /cvsroot/phpgroupware/property/templates/default
In directory subversions:/tmp/cvs-serv13957/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.35
retrieving revision 1.36
diff -C2 -r1.35 -r1.36
*** invoice.xsl 18 Sep 2003 19:06:18 -0000      1.35
--- invoice.xsl 19 Sep 2003 17:50:45 -0000      1.36
***************
*** 1890,1893 ****
--- 1890,1894 ----
                <xsl:variable name="overlib_source"><xsl:value-of 
select="overlib_source"/></xsl:variable>
                <SCRIPT LANGUAGE="JavaScript" SRC="{$overlib_source}"></SCRIPT>
+               <SCRIPT LANGUAGE="JavaScript" SRC="{check_source}"></SCRIPT>
  
                <xsl:call-template name="menu"/> 
***************
*** 1933,1937 ****
                <table width="100%" cellpadding="2" cellspacing="2" 
align="center">
                <xsl:variable name="form_action"><xsl:value-of 
select="form_action"/></xsl:variable>
!               <form method="post" action="{$form_action}">
                        <xsl:apply-templates 
select="table_header_list_invoice_sub"/>
                        
--- 1934,1938 ----
                <table width="100%" cellpadding="2" cellspacing="2" 
align="center">
                <xsl:variable name="form_action"><xsl:value-of 
select="form_action"/></xsl:variable>
!               <form method="post" name="form" action="{$form_action}">
                        <xsl:apply-templates 
select="table_header_list_invoice_sub"/>
                        
***************
*** 1939,1946 ****
                                <xsl:when test="values_list_invoice_sub[id]">
                                        <xsl:apply-templates 
select="values_list_invoice_sub"/>
! 
                                        <tr>
                                                <td></td>
!                                               <td></td>
                                                <td></td>
                                                <td></td>
--- 1940,1949 ----
                                <xsl:when test="values_list_invoice_sub[id]">
                                        <xsl:apply-templates 
select="values_list_invoice_sub"/>
!                                       <xsl:variable 
name="img_check"><xsl:value-of select="img_check"/></xsl:variable>
                                        <tr>
                                                <td></td>
!                                               <td align="center">
!                                                       <a 
href="javascript:check_all_checkbox('values[close_order]')"><img 
src="{$img_check}" border="0" height="16" width="21" 
alt="{lang_select_all}"/></a>
!                                               </td>
                                                <td></td>
                                                <td></td>





reply via email to

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