phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] CVS: property/templates/default wo_hour.xsl,1.14,1.15


From: Sigurd Nes <address@hidden>
Subject: [Phpgroupware-cvs] CVS: property/templates/default wo_hour.xsl,1.14,1.15 meter.xsl,1.3,1.4 location_view.xsl,1.5,1.6
Date: Tue, 24 Jun 2003 06:26:42 -0400

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

Modified Files:
        wo_hour.xsl meter.xsl location_view.xsl 
Log Message:
no message

Index: wo_hour.xsl
===================================================================
RCS file: /cvsroot/phpgroupware/property/templates/default/wo_hour.xsl,v
retrieving revision 1.14
retrieving revision 1.15
diff -C2 -r1.14 -r1.15
*** wo_hour.xsl 21 Jun 2003 19:27:34 -0000      1.14
--- wo_hour.xsl 24 Jun 2003 10:26:39 -0000      1.15
***************
*** 375,386 ****
                        <tr>
                                <td class="th_text"  align="left">
-                                       <xsl:value-of 
select="lang_contact_phone"/>
-                               </td>
-                               <td  align="left">
-                                       <xsl:value-of select="contact_phone"/>
-                               </td>
-                       </tr>
-                       <tr>
-                               <td class="th_text"  align="left">
                                        <xsl:value-of select="lang_title"/>
                                </td>
--- 375,378 ----
***************
*** 435,440 ****
                        </tr>
                        <tr>
-                               <td>
-                               </td>
                                <td class="th_text"  align="left">
                                        <xsl:value-of select="lang_end_date"/>
--- 427,430 ----

Index: meter.xsl
===================================================================
RCS file: /cvsroot/phpgroupware/property/templates/default/meter.xsl,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -r1.3 -r1.4
*** meter.xsl   21 May 2003 12:46:39 -0000      1.3
--- meter.xsl   24 Jun 2003 10:26:39 -0000      1.4
***************
*** 37,43 ****
                </table>
                <table width="100%" cellpadding="2" cellspacing="2" 
align="center">
!                               <xsl:apply-templates select="table_header"/>
!                               <xsl:apply-templates select="values"/>
!                               <xsl:apply-templates select="table_add"/>
                </table>
        </xsl:template>
--- 37,51 ----
                </table>
                <table width="100%" cellpadding="2" cellspacing="2" 
align="center">
!                               <xsl:call-template name="table_header"/>
!                               <xsl:choose>
!                                       <xsl:when test="values">
!                                               <xsl:call-template 
name="values"/>
!                                       </xsl:when>
!                               </xsl:choose>
!                               <xsl:choose>
!                                       <xsl:when test="table_add !=''">
!                                               <xsl:apply-templates 
select="table_add"/>
!                                       </xsl:when>
!                               </xsl:choose>   
                </table>
        </xsl:template>

Index: location_view.xsl
===================================================================
RCS file: /cvsroot/phpgroupware/property/templates/default/location_view.xsl,v
retrieving revision 1.5
retrieving revision 1.6
diff -C2 -r1.5 -r1.6
*** location_view.xsl   18 Jun 2003 11:21:17 -0000      1.5
--- location_view.xsl   24 Jun 2003 10:26:39 -0000      1.6
***************
*** 8,15 ****
                        <xsl:for-each select="location" >
                                <tr>
!                                       <td class="th_text" width="{with}" 
align="{align}">
                                                <xsl:value-of select="name"/>   
                                
                                        </td>
!                                       <td>
                                                <xsl:choose>
                                                        <xsl:when 
test="input_type !='hidden'">
--- 8,15 ----
                        <xsl:for-each select="location" >
                                <tr>
!                                       <td class="th_text" width="{with}" 
align="left">
                                                <xsl:value-of select="name"/>   
                                
                                        </td>
!                                       <td align="left">
                                                <xsl:choose>
                                                        <xsl:when 
test="input_type !='hidden'">





reply via email to

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