Changeset 33505


Ignore:
Timestamp:
2019-09-24T12:55:28+12:00 (5 years ago)
Author:
kjdon
Message:

allowUserComments option changed to start with lower case a, to match other options

File:
1 edited

Legend:

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

    r31559 r33505  
    1010
    1111<xsl:template name="userCommentsSection">
    12  <xsl:if test="/page/pageResponse/format[@type='display']/gsf:option[@name='AllowUserComments']/@value='true'">
     12 <xsl:if test="/page/pageResponse/format[@type='display']/gsf:option[@name='allowUserComments']/@value='true'">
    1313  <!-- 1. Make some variables available to javascript that the usercomments related js functions need -->
    1414  <gsf:variable name="d"><xsl:value-of select="/page/pageRequest/paramList/param[@name='d']/@value"/></gsf:variable>
Note: See TracChangeset for help on using the changeset viewer.