phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] api/skins/default phpgw.xsl, 1.1.1.1.2.14, 1.1.1.1.2.


From: Dan Kuykendall <address@hidden>
Subject: [Phpgroupware-cvs] api/skins/default phpgw.xsl, 1.1.1.1.2.14, 1.1.1.1.2.15
Date: Fri, 24 Oct 2003 07:53:29 +0000

Update of /cvsroot/phpgroupware/api/skins/default
In directory subversions:/tmp/cvs-serv20796/api/skins/default

Modified Files:
      Tag: proposal-branch
        phpgw.xsl 
Log Message:
added suport for apps that need to putput html

Index: phpgw.xsl
===================================================================
RCS file: /cvsroot/phpgroupware/api/skins/default/phpgw.xsl,v
retrieving revision 1.1.1.1.2.14
retrieving revision 1.1.1.1.2.15
diff -C2 -d -r1.1.1.1.2.14 -r1.1.1.1.2.15
*** phpgw.xsl   24 Oct 2003 06:39:44 -0000      1.1.1.1.2.14
--- phpgw.xsl   24 Oct 2003 07:53:25 -0000      1.1.1.1.2.15
***************
*** 109,114 ****
                                                                <td>
                                                                        
<!--<xsl:apply-templates select="PHPGW/API/hooks/hooks_item" />-->
                                                                        
<xsl:choose>
!                                                                       
<xsl:when test="PHPGW/APP != ''">
                                                                        <table 
cellSpacing="0" cellPadding="0" width="100%" border="0">
                                                                                
<tr> 
--- 109,115 ----
                                                                <td>
                                                                        
<!--<xsl:apply-templates select="PHPGW/API/hooks/hooks_item" />-->
+ 
                                                                        
<xsl:choose>
!                                                                       
<xsl:when test="PHPGW/APP != '' or /PHPGW/API/APPHTML">
                                                                        <table 
cellSpacing="0" cellPadding="0" width="100%" border="0">
                                                                                
<tr> 
***************
*** 132,136 ****
                                                                                
                                <td height="20" colSpan="2" bgColor="#efefef" 
class="mainnote">
                                                                                
                                        <xsl:apply-templates 
select="PHPGW/API/msgbox" />
!                                                                               
                                        <xsl:apply-templates select="PHPGW/APP" 
/>
                                                                                
                                </td>
                                                                                
                        </tr>
--- 133,144 ----
                                                                                
                                <td height="20" colSpan="2" bgColor="#efefef" 
class="mainnote">
                                                                                
                                        <xsl:apply-templates 
select="PHPGW/API/msgbox" />
!                                                                               
                                        <xsl:choose>
!                                                                               
                                                <xsl:when 
test="/PHPGW/API/APPHTML">
!                                                                               
                                                        <xsl:value-of 
disable-output-escaping="yes" select="/PHPGW/API/APPHTML" />
!                                                                               
                                                </xsl:when>
!                                                                               
                                                <xsl:otherwise>
!                                                                               
                                                        <xsl:apply-templates 
select="PHPGW/APP" />
!                                                                               
                                                </xsl:otherwise>
!                                                                               
                                        </xsl:choose>
                                                                                
                                </td>
                                                                                
                        </tr>





reply via email to

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