Ignore:
Timestamp:
2014-09-18T16:00:24+12:00 (10 years ago)
Author:
ak19
Message:

Re-instating Jenny's change to display the index being searched within a search form (quick search) if there is but a single index. For a single index, the index field had been hidden recently. But this not only conflicts with the Simple-Image tutorial, it also does not provide feedback to users on what the default search index is.

File:
1 edited

Legend:

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

    r29169 r29314  
    523523                                        <xsl:apply-templates select="/page/pageResponse/collection[@name=$collNameChecked]/serviceList/service[@name='TextQuery']/paramList/param[@name='index']" mode="calculate-default"/>
    524524                                    </xsl:with-param>
    525                                     <xsl:with-param name="hideSingle">true</xsl:with-param>
     525                                    <xsl:with-param name="hideSingle">false</xsl:with-param>
    526526                                    <xsl:with-param name="quickSearch">true</xsl:with-param>
    527527                                </xsl:apply-templates>
Note: See TracChangeset for help on using the changeset viewer.