phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] api/skins/default msgbox.xsl, 1.1.1.1.2.2, 1.1.1.1.2.


From: Dan Kuykendall <address@hidden>
Subject: [Phpgroupware-cvs] api/skins/default msgbox.xsl, 1.1.1.1.2.2, 1.1.1.1.2.3 phpgw.xsl, 1.1.1.1.2.11, 1.1.1.1.2.12
Date: Fri, 24 Oct 2003 04:01:38 +0000

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

Modified Files:
      Tag: proposal-branch
        msgbox.xsl phpgw.xsl 
Log Message:
fixing html crap

Index: msgbox.xsl
===================================================================
RCS file: /cvsroot/phpgroupware/api/skins/default/msgbox.xsl,v
retrieving revision 1.1.1.1.2.2
retrieving revision 1.1.1.1.2.3
diff -C2 -d -r1.1.1.1.2.2 -r1.1.1.1.2.3
*** msgbox.xsl  24 Oct 2003 02:01:50 -0000      1.1.1.1.2.2
--- msgbox.xsl  24 Oct 2003 04:01:36 -0000      1.1.1.1.2.3
***************
*** 11,14 ****
--- 11,15 ----
                        <xsl:apply-templates select="msgbox_item" />
                </table>
+               <br/>
        </xsl:if>
  </xsl:template> 

Index: phpgw.xsl
===================================================================
RCS file: /cvsroot/phpgroupware/api/skins/default/phpgw.xsl,v
retrieving revision 1.1.1.1.2.11
retrieving revision 1.1.1.1.2.12
diff -C2 -d -r1.1.1.1.2.11 -r1.1.1.1.2.12
*** phpgw.xsl   24 Oct 2003 03:15:58 -0000      1.1.1.1.2.11
--- phpgw.xsl   24 Oct 2003 04:01:36 -0000      1.1.1.1.2.12
***************
*** 116,122 ****
                                                        <tr>
                                                                <td>
-                                                                       
<xsl:apply-templates select="PHPGW/API/msgbox" />
                                                                        
<!--<xsl:apply-templates select="PHPGW/API/hooks/hooks_item" />-->
!                                                                       <xsl:if 
test="PHPGW/APP != ''">
                                                                        <table 
cellSpacing="0" cellPadding="0" width="100%" border="0">
                                                                                
<tr> 
--- 116,122 ----
                                                        <tr>
                                                                <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> 
***************
*** 131,134 ****
--- 131,135 ----
                                                                                
                        <tr align="center"> 
                                                                                
                                <td height="20" colSpan="2" bgColor="#efefef" 
class="mainnote">
+                                                                               
                                        <xsl:apply-templates 
select="PHPGW/API/msgbox" />
                                                                                
                                        <xsl:apply-templates select="PHPGW/APP" 
/>
                                                                                
                                </td>
***************
*** 138,142 ****
                                                                                
</tr>
                                                                        </table>
!                                                               </xsl:if>
                                                                </td>
                                                        </tr>
--- 139,147 ----
                                                                                
</tr>
                                                                        </table>
!                                                               </xsl:when>
!                                                               <xsl:otherwise>
!                                                                       
<xsl:apply-templates select="PHPGW/API/msgbox" />
!                                                               </xsl:otherwise>
!                                                               </xsl:choose>
                                                                </td>
                                                        </tr>





reply via email to

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