phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] CVS: phpgwapi/templates/default app_delete.xsl,1.4,1.


From: Bettina Gille <address@hidden>
Subject: [Phpgroupware-cvs] CVS: phpgwapi/templates/default app_delete.xsl,1.4,1.5 phpgw.xsl,1.8,1.9
Date: Sat, 02 Nov 2002 17:25:16 -0500

Update of /cvsroot/phpgroupware/phpgwapi/templates/default
In directory subversions:/tmp/cvs-serv26964/templates/default

Modified Files:
        app_delete.xsl phpgw.xsl 
Log Message:
update xslt

Index: app_delete.xsl
===================================================================
RCS file: /cvsroot/phpgroupware/phpgwapi/templates/default/app_delete.xsl,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -r1.4 -r1.5
*** app_delete.xsl      3 Oct 2002 03:47:43 -0000       1.4
--- app_delete.xsl      2 Nov 2002 22:25:14 -0000       1.5
***************
*** 1,4 ****
--- 1,8 ----
  <!-- $Id$ -->
  
+       <xsl:template name="app_delete">
+               <xsl:apply-templates select="delete"/>
+       </xsl:template>
+ 
        <xsl:template match="delete">
                <xsl:call-template name="app_header"/>

Index: phpgw.xsl
===================================================================
RCS file: /cvsroot/phpgroupware/phpgwapi/templates/default/phpgw.xsl,v
retrieving revision 1.8
retrieving revision 1.9
diff -C2 -r1.8 -r1.9
*** phpgw.xsl   28 Oct 2002 03:01:01 -0000      1.8
--- phpgw.xsl   2 Nov 2002 22:25:14 -0000       1.9
***************
*** 105,110 ****
                                                                        
<xsl:call-template name="about"/>
                                                                </xsl:when>
!                                                               <xsl:when 
test="$app_tpl > 0">
!                                                                       
<xsl:call-template name="$app_tpl"/>
                                                                </xsl:when>
                                                                <xsl:otherwise>
--- 105,119 ----
                                                                        
<xsl:call-template name="about"/>
                                                                </xsl:when>
!                                                       </xsl:choose>
!                                                       <xsl:choose>
!                                                               <xsl:when 
test="$app_tpl != ''">
!                                                                       
<xsl:choose>
!                                                                               
<xsl:when test="$app_tpl = 'delete'">
!                                                                               
        <xsl:call-template name="app_delete"/>
!                                                                               
</xsl:when>
!                                                                               
<xsl:otherwise>
!                                                                               
        <xsl:call-template name="app_data"/>
!                                                                               
</xsl:otherwise>
!                                                                       
</xsl:choose>
                                                                </xsl:when>
                                                                <xsl:otherwise>





reply via email to

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