phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] property/templates/default entity.xsl,1.5,1.6


From: Sigurd Nes <address@hidden>
Subject: [Phpgroupware-cvs] property/templates/default entity.xsl,1.5,1.6
Date: Wed, 05 Nov 2003 21:15:53 +0000

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

Modified Files:
        entity.xsl 
Log Message:
no message

Index: entity.xsl
===================================================================
RCS file: /cvsroot/phpgroupware/property/templates/default/entity.xsl,v
retrieving revision 1.5
retrieving revision 1.6
diff -C2 -d -r1.5 -r1.6
*** entity.xsl  29 Oct 2003 20:46:15 -0000      1.5
--- entity.xsl  5 Nov 2003 21:15:50 -0000       1.6
***************
*** 19,27 ****
        
        <xsl:template match="list">
-               
                <xsl:call-template name="menu"/> 
                <table width="100%"  cellpadding="2" cellspacing="2" 
align="center">
                        <tr>
                                <td>
                                        <xsl:call-template 
name="filter_district"/>
                                </td>
--- 19,29 ----
        
        <xsl:template match="list">
                <xsl:call-template name="menu"/> 
                <table width="100%"  cellpadding="2" cellspacing="2" 
align="center">
                        <tr>
                                <td>
+                                       <xsl:call-template name="cat_filter"/>
+                               </td>
+                               <td>
                                        <xsl:call-template 
name="filter_district"/>
                                </td>
***************
*** 67,71 ****
                        </tr>
                        <tr>
!                               <td colspan="4" width="100%">
                                        <xsl:call-template name="nextmatchs"/>
                                </td>
--- 69,73 ----
                        </tr>
                        <tr>
!                               <td colspan="7" width="100%">
                                        <xsl:call-template name="nextmatchs"/>
                                </td>
***************
*** 347,363 ****
        <xsl:template match="empty">
                <xsl:call-template name="menu"/> 
!               <div align="left">              
!               <table cellpadding="2" cellspacing="2" width="80%" 
align="center">
!                       <xsl:choose>
!                               <xsl:when test="msgbox_data != ''">
!                                       <tr>
!                                               <td align="left" colspan="3">
!                                                       <xsl:call-template 
name="msgbox"/>
!                                               </td>
!                                       </tr>
!                               </xsl:when>
!                       </xsl:choose>
                </table>
-               </div>
        </xsl:template>
  
--- 349,367 ----
        <xsl:template match="empty">
                <xsl:call-template name="menu"/> 
!               <table width="100%"  cellpadding="2" cellspacing="2" 
align="center">
!                       <tr>
!                               <td>
!                                       <xsl:call-template name="cat_filter"/>
!                               </td>
!                       </tr>
!                       <tr>
!                               <td colspan="4" width="100%">
!                                       <xsl:call-template name="nextmatchs"/>
!                               </td>
!                       </tr>
!               </table>
!               <table width="100%" cellpadding="2" cellspacing="2" 
align="center">
!                               <xsl:call-template name="table_header_entity"/>
                </table>
        </xsl:template>
  





reply via email to

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