Changeset 33504


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

allowDocumentEditing 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/header.xsl

    r33382 r33504  
    2626  <!-- does this collection have editing turned on - turned on by default, can turn off in config file-->
    2727  <xsl:variable name="isEditingTurnedOn">
    28     <xsl:if test="not(/page/pageResponse/format[@type='display']/gsf:option[@name='AllowDocumentEditing']) or /page/pageResponse/format[@type='display']/gsf:option[@name='AllowDocumentEditing']/@value='true'">1</xsl:if>
     28    <xsl:if test="not(/page/pageResponse/format[@type='display']/gsf:option[@name='allowDocumentEditing']) or /page/pageResponse/format[@type='display']/gsf:option[@name='allowDocumentEditing']/@value='true'">1</xsl:if>
    2929  </xsl:variable>
    3030  <!-- is editing available for the collection? eg is there an archives folder? -->
Note: See TracChangeset for help on using the changeset viewer.