phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] phpgwapi/templates/base nextmatchs.xsl


From: Bettina Gille
Subject: [Phpgroupware-cvs] phpgwapi/templates/base nextmatchs.xsl
Date: Mon, 13 Nov 2006 12:43:36 +0000

CVSROOT:        /sources/phpgwapi
Module name:    phpgwapi
Changes by:     Bettina Gille <ceb>     06/11/13 12:43:36

Modified files:
        templates/base : nextmatchs.xsl 

Log message:
        fix xslt pading

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/phpgwapi/templates/base/nextmatchs.xsl?cvsroot=phpgwapi&r1=1.3&r2=1.4

Patches:
Index: nextmatchs.xsl
===================================================================
RCS file: /sources/phpgwapi/phpgwapi/templates/base/nextmatchs.xsl,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -b -r1.3 -r1.4
--- nextmatchs.xsl      18 Jan 2005 23:51:15 -0000      1.3
+++ nextmatchs.xsl      13 Nov 2006 12:43:36 -0000      1.4
@@ -1,4 +1,4 @@
-<!-- $Id: nextmatchs.xsl,v 1.3 2005/01/18 23:51:15 ceb Exp $ -->
+<!-- $Id: nextmatchs.xsl,v 1.4 2006/11/13 12:43:36 ceb Exp $ -->
 
 <xsl:template name="nextmatchs">
        <xsl:choose>
@@ -161,7 +161,7 @@
                        <xsl:choose>
                        <!--<xsl:when test="number($all_records) =1"> -->
                                <xsl:when test="allow_all_rows != ''">
-                               <xsl:variable name="all"><xsl:value-of 
select="nextmatchs_url"/>&amp;start=0</xsl:variable>
+                               <xsl:variable name="all"><xsl:value-of 
select="nextmatchs_url"/>&amp;start=all</xsl:variable>
                                        <td width="25" align="right">
                                                <a href="{$all}"><img 
src="{$all_img}" border="0" alt="{$title_all}" title="{$title_all}"/></a>
                                        </td>




reply via email to

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