phpgroupware-cvs
[Top][All Lists]
Advanced

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

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


From: Sigurd Nes
Subject: [Phpgroupware-cvs] property/templates/base template.xsl
Date: Thu, 28 Sep 2006 10:12:46 +0000

CVSROOT:        /sources/phpgroupware
Module name:    property
Changes by:     Sigurd Nes <sigurdne>   06/09/28 10:12:46

Modified files:
        templates/base : template.xsl 

Log message:
        fix

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/property/templates/base/template.xsl?cvsroot=phpgroupware&r1=1.1&r2=1.2

Patches:
Index: template.xsl
===================================================================
RCS file: /sources/phpgroupware/property/templates/base/template.xsl,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -b -r1.1 -r1.2
--- template.xsl        17 Jan 2005 10:03:18 -0000      1.1
+++ template.xsl        28 Sep 2006 10:12:46 -0000      1.2
@@ -1,4 +1,4 @@
-<!-- $Id: template.xsl,v 1.1 2005/01/17 10:03:18 sigurdne Exp $ -->
+<!-- $Id: template.xsl,v 1.2 2006/09/28 10:12:46 sigurdne Exp $ -->
 
        <xsl:template name="app_data">
                <xsl:choose>
@@ -48,7 +48,7 @@
                        </table>
                        <table  align="left">
                        <xsl:choose>
-                               <xsl:when test="lookup='true'">
+                               <xsl:when test="lookup !=''">
                                        <xsl:apply-templates 
select="table_done"/>
                                </xsl:when>
                                <xsl:otherwise>
@@ -119,7 +119,7 @@
                                        <xsl:value-of select="lang_entry_date"/>
                                </td>
                                <xsl:choose>
-                                       <xsl:when test="//lookup='true'">
+                                       <xsl:when test="//lookup !=''">
                                                <td class="th_text" width="5%" 
align="center">
                                                        <xsl:value-of 
select="lang_select"/>
                                                </td>
@@ -177,7 +177,7 @@
                                        <xsl:value-of select="entry_date"/>
                                </td>
                                <xsl:choose>
-                                       <xsl:when test="//lookup='true'">
+                                       <xsl:when test="//lookup !=''">
                                                <xsl:variable 
name="form_action_select"><xsl:value-of 
select="form_action_select"/></xsl:variable>
                                                <form method="post"  
action="{$form_action_select}">
                                                <td valign="top">




reply via email to

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