Skip to main content
ExLibris
  • Subscribe by RSS
  • Ex Libris Knowledge Center

    Suppress heading type from browse results

    • Article Type: General
    • Product: Voyager
    • Product Version: 6.5.4

    Desired Outcome Goal:
    When execute Subject headings browse, suppress the "Type: <heading type>" notation from the resulting headings list

    Procedure:
    1. cd /m1/voyager/xxxdb/tomcat/vwebv/context/vwebv/ui/<skin>/xsl/contentLayout/
    2. Open cl_resultsHeadings.xsl for editing.
    3. Comment out the following section:
    <!-- ## headings results title data ## -->
    <xsl:for-each select="page:option/page:element[@nameId='page.searchResults.contents.type']">
    <div class="resultType">
    <div class="resultTypeLabel"><label><xsl:value-of select="page:label"/></label></div>
    <div class="resultTypeValue"><span><xsl:value-of select="page:value"/></span></div>
    </div>
    </xsl:for-each>
    4. Save change.

    Category: Opac


    • Article last edited: 10/8/2013