phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] CVS: property/templates/default project.xsl,1.2,1.3


From: Sigurd Nes <address@hidden>
Subject: [Phpgroupware-cvs] CVS: property/templates/default project.xsl,1.2,1.3 workorder.xsl,1.8,1.9
Date: Tue, 01 Apr 2003 03:51:23 -0500

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

Modified Files:
        project.xsl workorder.xsl 
Log Message:
no message

Index: project.xsl
===================================================================
RCS file: /cvsroot/phpgroupware/property/templates/default/project.xsl,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -r1.2 -r1.3
*** project.xsl 18 Mar 2003 14:23:11 -0000      1.2
--- project.xsl 1 Apr 2003 08:51:20 -0000       1.3
***************
*** 43,47 ****
                <table width="100%" cellpadding="2" cellspacing="2" 
align="center">
                                <xsl:apply-templates 
select="table_header_project"/>
!                               <xsl:apply-templates select="values_project"/>
                                <xsl:apply-templates select="table_add"/>
                </table>
--- 43,51 ----
                <table width="100%" cellpadding="2" cellspacing="2" 
align="center">
                                <xsl:apply-templates 
select="table_header_project"/>
!                               <xsl:choose>
!                                       <xsl:when 
test="values_project[project_id]">
!                                               <xsl:apply-templates 
select="values_project"/>
!                                       </xsl:when>
!                               </xsl:choose>
                                <xsl:apply-templates select="table_add"/>
                </table>

Index: workorder.xsl
===================================================================
RCS file: /cvsroot/phpgroupware/property/templates/default/workorder.xsl,v
retrieving revision 1.8
retrieving revision 1.9
diff -C2 -r1.8 -r1.9
*** workorder.xsl       31 Mar 2003 21:14:13 -0000      1.8
--- workorder.xsl       1 Apr 2003 08:51:20 -0000       1.9
***************
*** 86,91 ****
                                <td colspan="4" width="100%">
                                        <xsl:call-template name="nextmatchs"/>
-                                       <!--    <xsl:with-param 
name="nextmatchs_params"/>
-                                       </xsl:call-template> -->
                                </td>
                        </tr>
--- 86,89 ----





reply via email to

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