phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] property/templates/base gab.xsl


From: Sigurd Nes
Subject: [Phpgroupware-cvs] property/templates/base gab.xsl
Date: Sun, 02 Apr 2006 10:21:33 +0000

CVSROOT:        /sources/phpgroupware
Module name:    property
Branch:         
Changes by:     Sigurd Nes <address@hidden>     06/04/02 10:21:32

Modified files:
        templates/base : gab.xsl 

Log message:
        

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/phpgroupware/property/templates/base/gab.xsl.diff?tr1=1.3&tr2=1.4&r1=text&r2=text

Patches:
Index: property/templates/base/gab.xsl
diff -u property/templates/base/gab.xsl:1.3 property/templates/base/gab.xsl:1.4
--- property/templates/base/gab.xsl:1.3 Fri Mar 31 11:24:11 2006
+++ property/templates/base/gab.xsl     Sun Apr  2 10:21:32 2006
@@ -1,4 +1,4 @@
-<!-- $Id: gab.xsl,v 1.3 2006/03/31 11:24:11 sigurdne Exp $ -->
+<!-- $Id: gab.xsl,v 1.4 2006/04/02 10:21:32 sigurdne Exp $ -->
 
        <xsl:template name="app_data">
                <xsl:choose>
@@ -191,10 +191,14 @@
                                <td class="th_text" width="10%" align="right">
                                        <xsl:value-of 
select="lang_seksjons_nr"/>
                                </td>
-<!--                           <td class="th_text" width="8%" align="right">
-                                       <a href="{$sort_hits}"><xsl:value-of 
select="lang_hits"/></a>
-                               </td>
--->
+                               <xsl:choose>
+                                       <xsl:when test="payment_header!=''">
+                                               <td class="th_text" width="8%" 
align="right">
+                                                       <xsl:value-of 
select="lang_hits"/>
+                                               </td>
+                                       </xsl:when>
+                               </xsl:choose>
+
                                <td class="th_text" width="10%" align="right">
                                        <xsl:value-of select="lang_owner"/>
                                </td>
@@ -252,10 +256,13 @@
                                <td align="right">
                                        <xsl:value-of select="seksjons_nr"/>
                                </td>
-<!--                           <td align="right">
-                                       <xsl:value-of select="hits"/>
-                               </td>
--->
+                               <xsl:choose>
+                                       <xsl:when test="payment!=''">
+                                               <td align="right">
+                                                       <xsl:value-of 
select="hits"/>
+                                               </td>
+                                       </xsl:when>
+                               </xsl:choose>
                                <td align="right">
                                        <xsl:value-of select="owner"/>
                                </td>




reply via email to

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