Changeset 26083 for main


Ignore:
Timestamp:
2012-08-08T15:46:26+12:00 (12 years ago)
Author:
ak19
Message:

Sam fixed bug in last commit

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/trunk/greenstone3/web/interfaces/default/transform/layouts/header.xsl

    r26057 r26083  
    360360         no search indexes, which is why the extra test for the presence of an index/fq-something is necessary. -->
    361361    <xsl:template name="quick-search-area">
    362         <xsl:if test="/page/pageResponse/collection[@name=$collNameChecked]/serviceList/service[@type='query']/paramList/param[@name='index' or fn:starts-with('fq')]">
     362        <xsl:if test="/page/pageResponse/collection[@name=$collNameChecked]/serviceList/service[@type='query']/paramList/param[@name='index' or starts-with(@name, 'fq')]">
    363363            <xsl:variable name="subaction" select="/page/pageRequest/@subaction"/>
    364364            <div id="quicksearcharea">
Note: See TracChangeset for help on using the changeset viewer.