Changeset 14375


Ignore:
Timestamp:
2007-08-20T12:05:20+12:00 (17 years ago)
Author:
anna
Message:

Added with-param to pass the parameter collName when call template resultNavigation.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • greenstone3/trunk/web/interfaces/classic/transform/query.xsl

    r13254 r14375  
    5959    </xsl:call-template>
    6060    <!-- next and prev links at bottom of page -->
    61     <xsl:call-template name="resultNavigation"/>
     61    <xsl:call-template name="resultNavigation">
     62        <xsl:with-param name="collName" select="$collName"/>
     63    </xsl:call-template>   
    6264  </xsl:template>
    6365
Note: See TracChangeset for help on using the changeset viewer.