phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] CVS: phpgwapi/templates/default about.xsl,1.6,1.7


From: Bettina Gille <address@hidden>
Subject: [Phpgroupware-cvs] CVS: phpgwapi/templates/default about.xsl,1.6,1.7
Date: Fri, 25 Oct 2002 20:27:49 -0400

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

Modified Files:
        about.xsl 
Log Message:
update xslt

Index: about.xsl
===================================================================
RCS file: /cvsroot/phpgroupware/phpgwapi/templates/default/about.xsl,v
retrieving revision 1.6
retrieving revision 1.7
diff -C2 -r1.6 -r1.7
*** about.xsl   19 Oct 2002 22:18:53 -0000      1.6
--- about.xsl   26 Oct 2002 00:27:46 -0000      1.7
***************
*** 1,5 ****
  <!-- $Id$ -->
  
!       <xsl:template match="about">
                <table cellpadding="2" cellspacing="2" align="center" 
class="about">
                        <xsl:variable name="phpgw_logo"><xsl:value-of 
select="phpgw_logo"/></xsl:variable>
--- 1,9 ----
  <!-- $Id$ -->
  
!       <xsl:template name="about">
!               <xsl:apply-templates select="about_data"/>
!       </xsl:template>
! 
!       <xsl:template match="about_data">
                <table cellpadding="2" cellspacing="2" align="center" 
class="about">
                        <xsl:variable name="phpgw_logo"><xsl:value-of 
select="phpgw_logo"/></xsl:variable>





reply via email to

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