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.14,1.15


From: Sigurd Nes <address@hidden>
Subject: [Phpgroupware-cvs] CVS: property/templates/default invoice.xsl,1.14,1.15 lookup.xsl,1.5,1.6 nextmatchs.xsl,1.2,1.3
Date: Mon, 27 Jan 2003 05:40:41 -0500

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

Modified Files:
        invoice.xsl lookup.xsl nextmatchs.xsl 
Log Message:
no message

Index: invoice.xsl
===================================================================
RCS file: /cvsroot/phpgroupware/property/templates/default/invoice.xsl,v
retrieving revision 1.14
retrieving revision 1.15
diff -C2 -r1.14 -r1.15
*** invoice.xsl 22 Jan 2003 11:20:47 -0000      1.14
--- invoice.xsl 27 Jan 2003 10:40:31 -0000      1.15
***************
*** 2134,2138 ****
                <xsl:call-template name="app_header"/>
                <xsl:call-template name="menu"/> 
!               <table width="100%" cellpadding="2" cellspacing="2" 
align="center">
                        <xsl:for-each select="error" >
                        <tr>
--- 2134,2138 ----
                <xsl:call-template name="app_header"/>
                <xsl:call-template name="menu"/> 
!               <table width="80%" cellpadding="2" cellspacing="2" 
align="center">
                        <xsl:for-each select="error" >
                        <tr>
***************
*** 2149,2157 ****
                        </tr>
                        </xsl:for-each>
!                       <tr>
!                               <td colspan="3" width="100%">
!                                       <xsl:call-template name="nextmatchs"/>
!                               </td>
!                       </tr>
                </table>
                <xsl:variable name="form_action"><xsl:value-of 
select="form_action"/></xsl:variable>
--- 2149,2180 ----
                        </tr>
                        </xsl:for-each>
!                       <xsl:choose>
!                               <xsl:when test="vendor!=''">
!                                       <tr>
!                                               <td width="25%" class="th_text" 
align="left">
!                                                       <xsl:value-of 
select="lang_vendor"/>
!                                               </td>
!                                               <td width="25%" class="th_text" 
align="left">
!                                                       <xsl:value-of 
select="vendor"/>
!                                               </td>
!                                               <td width="50%">
!                                               </td>
!                                       </tr>
!                               </xsl:when>
!                       </xsl:choose>
!                       <xsl:choose>
!                               <xsl:when test="voucher_id!=''">
!                                       <tr>
!                                               <td width="25%" class="th_text" 
align="left">
!                                                       <xsl:value-of 
select="lang_voucher_id"/>
!                                               </td>
!                                               <td width="25%" class="th_text" 
align="left">
!                                                       <xsl:value-of 
select="voucher_id"/>
!                                               </td>
!                                               <td width="50%">
!                                               </td>
!                                       </tr>
!                               </xsl:when>
!                       </xsl:choose>
                </table>
                <xsl:variable name="form_action"><xsl:value-of 
select="form_action"/></xsl:variable>

Index: lookup.xsl
===================================================================
RCS file: /cvsroot/phpgroupware/property/templates/default/lookup.xsl,v
retrieving revision 1.5
retrieving revision 1.6
diff -C2 -r1.5 -r1.6
*** lookup.xsl  26 Jan 2003 12:27:49 -0000      1.5
--- lookup.xsl  27 Jan 2003 10:40:31 -0000      1.6
***************
*** 166,171 ****
                                opener.document.form.building_id.value = 
thisform.elements[1].value;
                                opener.document.form.entrance_id.value = 
thisform.elements[2].value;
!                               opener.document.form.apartment_id.value = 
thisform.elements[4].value;
!                               opener.document.form.tenant_id.value = 
thisform.elements[5].value;
                                window.close()
                        }
--- 166,171 ----
                                opener.document.form.building_id.value = 
thisform.elements[1].value;
                                opener.document.form.entrance_id.value = 
thisform.elements[2].value;
!                               opener.document.form.apartment_id.value = 
thisform.elements[3].value;
!                               opener.document.form.tenant_id.value = 
thisform.elements[4].value;
                                window.close()
                        }
***************
*** 347,351 ****
                                                <xsl:variable 
name="tenant"><xsl:value-of select="tenant"/></xsl:variable>
  
!                                       <a href="javascript:doNothing()" 
onClick="ExchangeTenant(this.form);"><xsl:value-of select="tenant"/></a>
  
                                        <!--    <input type="button" 
name="convert" value="{$tenant}" onClick="ExchangeTenant(this.form);" 
onMouseout="window.status='';return true;">
--- 347,351 ----
                                                <xsl:variable 
name="tenant"><xsl:value-of select="tenant"/></xsl:variable>
  
!                                       <a 
href="javascript:ExchangeTenant(this.form);" 
onClick="ExchangeTenant(this.form);"><xsl:value-of select="tenant"/></a>
  
                                        <!--    <input type="button" 
name="convert" value="{$tenant}" onClick="ExchangeTenant(this.form);" 
onMouseout="window.status='';return true;">

Index: nextmatchs.xsl
===================================================================
RCS file: /cvsroot/phpgroupware/property/templates/default/nextmatchs.xsl,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -r1.2 -r1.3
*** nextmatchs.xsl      26 Jan 2003 12:27:49 -0000      1.2
--- nextmatchs.xsl      27 Jan 2003 10:40:31 -0000      1.3
***************
*** 2,6 ****
  
  <xsl:template name="nextmatchs">
!       <xsl:variable name="allow_all_rows"><xsl:value-of 
select="allow_all_rows"/></xsl:variable>
        <xsl:variable name="start_record"><xsl:value-of 
select="start_record"/></xsl:variable>
        <xsl:variable name="cur_record"><xsl:value-of 
select="number($start_record) + number(1)"/></xsl:variable>
--- 2,6 ----
  
  <xsl:template name="nextmatchs">
!       <xsl:variable name="allow_allrows"><xsl:value-of 
select="allow_allrows"/></xsl:variable>
        <xsl:variable name="start_record"><xsl:value-of 
select="start_record"/></xsl:variable>
        <xsl:variable name="cur_record"><xsl:value-of 
select="number($start_record) + number(1)"/></xsl:variable>
***************
*** 133,137 ****
                
                        <xsl:choose>
!                               <xsl:when test="$allow_all_rows=1">
                                        <xsl:choose>
                                                <xsl:when test="allrows =1">
--- 133,137 ----
                
                        <xsl:choose>
!                               <xsl:when test="$allow_allrows=1">
                                        <xsl:choose>
                                                <xsl:when test="allrows =1">





reply via email to

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