Ignore:
Timestamp:
2016-11-07T10:26:40+13:00 (7 years ago)
Author:
kjdon
Message:

collection displayItems are now in a displayItemList

File:
1 edited

Legend:

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

    r30868 r31066  
    483483    <!-- With gsf:displayItem, a user can request a displayItem from collectionConfig.xml -->
    484484    <xsl:template match="gsf:displayItem" name="gsf:displayItem">
    485         <xslt:value-of disable-output-escaping="yes" select="/page/pageResponse/collection/displayItem[@name='{@name}']"/>
     485        <xslt:value-of disable-output-escaping="yes" select="/page/pageResponse/collection/displayItemList/displayItem[@name='{@name}']"/>
    486486    </xsl:template>
    487487
Note: See TracChangeset for help on using the changeset viewer.