Changeset 8006


Ignore:
Timestamp:
2004-08-20T04:28:44+12:00 (20 years ago)
Author:
kjdon
Message:

changed the name of the table of contents option to documentTOC

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/gsdl3/web/interfaces/default/transform/document.xsl

    r7760 r8006  
    6161    <xsl:param name="collName"/>
    6262    <xsl:variable name="doCoverImage" select="/page/pageResponse/format/gsf:option[@name='coverImages']/@value"/>
    63     <xsl:variable name="doTOC" select="/page/pageResponse/format/gsf:option[@name='TOC']/@value"/>
     63    <xsl:variable name="doTOC" select="/page/pageResponse/format/gsf:option[@name='documentTOC']/@value"/>
    6464    <xsl:variable name="p.a" select="/page/pageRequest/paramList/param[@name='p.a']/@value"/>
    6565    <xsl:variable name="p.sa" select="/page/pageRequest/paramList/param[@name='p.sa']/@value"/>
Note: See TracChangeset for help on using the changeset viewer.