Ignore:
Timestamp:
2023-03-13T10:08:53+13:00 (15 months ago)
Author:
davidb
Message:

Set of changes that include links at various points to bring out access to our new webswing GLI capability

Location:
main/trunk/greenstone3/web/interfaces/default/transform/pages
Files:
2 edited

Legend:

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

    r37409 r37469  
    4646
    4747    <xsl:variable name="canDoEditing">
    48       <xsl:if test="$isEditingAllowed = '1' and (/page/pageRequest/userInformation and /page/pageRequest/userInformation/@editEnabled = 'true' and (util:contains(/page/pageRequest/userInformation/@groups, 'administrator') or util:contains(/page/pageRequest/userInformation/@groups, 'all-collections-editor') or util:contains(/page/pageRequest/userInformation/@groups, $thisCollectionEditor)))">true</xsl:if>
     48      <xsl:if test="$isDocumentEditingAllowed = '1' and (/page/pageRequest/userInformation and /page/pageRequest/userInformation/@editEnabled = 'true' and (util:contains(/page/pageRequest/userInformation/@groups, 'administrator') or util:contains(/page/pageRequest/userInformation/@groups, 'all-collections-editor') or util:contains(/page/pageRequest/userInformation/@groups, $thisCollectionEditor)))">true</xsl:if>
    4949    </xsl:variable>
    5050    <xsl:variable name="editingTurnedOn">
  • main/trunk/greenstone3/web/interfaces/default/transform/pages/home.xsl

    r37019 r37469  
    6969        -->
    7070
    71         <!--
    7271        <gslib:webswingGLILink/><br/><br/>
    73         -->
    7472
    7573        <gslib:aboutGreenstoneLink/><br/>
Note: See TracChangeset for help on using the changeset viewer.