phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] property/templates/base tts.xsl, 1.3 request.xsl, 1.


From: sigurdne
Subject: [Phpgroupware-cvs] property/templates/base tts.xsl, 1.3 request.xsl, 1.2
Date: Thu, 24 Feb 2005 15:09:42 -0000

Update of property/templates/base

Modified Files:
     Branch: MAIN
            tts.xsl lines: +14 -1
            request.xsl lines: +25 -0

Log Message:
no message

====================================================
Index: property/templates/base/tts.xsl
diff -u property/templates/base/tts.xsl:1.2 property/templates/base/tts.xsl:1.3
--- property/templates/base/tts.xsl:1.2 Mon Jan 24 10:30:56 2005
+++ property/templates/base/tts.xsl     Mon Jan 24 11:41:32 2005
@@ -394,6 +394,19 @@
                                </td>
                        </tr>
                        <xsl:call-template name="location_view"/>
+                       <xsl:choose>
+                               <xsl:when test="contact_phone !=''">
+                                       <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>
+                               </xsl:when>
+                       </xsl:choose>
+
                        <tr>
                                <td class="th_text" valign="top">
                                        <xsl:value-of select="lang_opendate"/>

====================================================
Index: property/templates/base/request.xsl
diff -u property/templates/base/request.xsl:1.1 
property/templates/base/request.xsl:1.2
--- property/templates/base/request.xsl:1.1     Mon Jan 17 10:03:18 2005
+++ property/templates/base/request.xsl Mon Jan 24 11:41:32 2005
@@ -430,6 +430,19 @@
                                </xsl:when>
                                <xsl:otherwise>
                                        <xsl:call-template 
name="location_view"/>
+                                       <xsl:choose>
+                                               <xsl:when test="contact_phone 
!=''">
+                                                       <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>
+                                               </xsl:when>
+                                       </xsl:choose>
+
                                </xsl:otherwise>
                        </xsl:choose>

@@ -1166,6 +1179,18 @@
                                </xsl:for-each>
                        </tr>
                        <xsl:call-template name="location_view"/>
+                       <xsl:choose>
+                               <xsl:when test="contact_phone !=''">
+                                       <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>
+                               </xsl:when>
+                       </xsl:choose>
                        <tr>
                                <td valign="top">
                                        <xsl:value-of 
select="lang_power_meter"/>






reply via email to

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