Ignore:
Timestamp:
2012-08-08T16:17:00+12:00 (12 years ago)
Author:
sjm84
Message:

Changed the way we hide the search area when a user performs a text search as the previous approach was causing the next and previous buttons to stop working

File:
1 edited

Legend:

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

    r26083 r26084  
    364364            <div id="quicksearcharea">
    365365                <form action="{$library_name}/collection/{$collNameChecked}/search/TextQuery">
    366                     <input type="hidden" name="rt" value="r"/>
     366                    <!-- This parameter says that we have come from the quick search area -->
     367                    <input type="hidden" name="qs" value="1"/>
     368                    <input type="hidden" name="rt" value="rd"/>
    367369                    <input type="hidden" name="s1.level">
    368370                        <xsl:attribute name="value">
Note: See TracChangeset for help on using the changeset viewer.