Changeset 20195


Ignore:
Timestamp:
2009-08-10T15:06:31+12:00 (15 years ago)
Author:
kjdon
Message:

removed the bit where it was calling query-response template. this template wasn't defined, and it was in part of code where there weren't any results anyway

File:
1 edited

Legend:

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

    r19988 r20195  
    5959                        </div>
    6060                    </form>
    61                     <xsl:if test="contains(/page/pageRequest/paramList/param[@name='rt']/@value, 'r')">
    62                         <xsl:call-template name="query-response">
    63                             <xsl:with-param name="collName" select="$collName"/>
    64                         </xsl:call-template>
    65                     </xsl:if>
    66 
    6761                </xsl:for-each>
    6862
Note: See TracChangeset for help on using the changeset viewer.