Changeset 29554


Ignore:
Timestamp:
2014-12-08T14:35:19+13:00 (9 years ago)
Author:
kjdon
Message:

removed hidden hitsperpage and maxdocs params from quick search form. Use the service defaults instead

File:
1 edited

Legend:

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

    r29433 r29554  
    499499                            </xsl:otherwise>
    500500                        </xsl:choose>
    501                         <xsl:if test="not(/page/pageRequest/paramList/param[@name = 's1.hitsPerPage'])">
    502                             <input type="hidden" name="s1.hitsPerPage" value="20"/>
    503                         </xsl:if>
    504                         <xsl:if test="not(/page/pageRequest/paramList/param[@name = 's1.maxDocs'])">
    505                             <input type="hidden" name="s1.maxDocs" value="100"/>
    506                         </xsl:if>
     501
    507502                        <!-- The query text box -->
    508503                        <span class="querybox">
Note: See TracChangeset for help on using the changeset viewer.