Ignore:
Timestamp:
2013-09-10T10:39:37+12:00 (11 years ago)
Author:
sjm84
Message:

Some more features added to the usertracker and hooking up the page to the editenabled variable

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/trunk/model-sites-dev/pei-jones/collect/photos/etc/collectionConfig.xml

    r28150 r28246  
    309309                                    </xsl:text>
    310310                                        <xsl:choose>
    311                                             <xsl:when test="/page/pageRequest/userInformation/@username">
     311                                            <xsl:when test="/page/pageRequest/userInformation/@username and /page/pageRequest/userInformation/@editEnabled = 'true'">
    312312                                                <xsl:text disable-output-escaping="yes">editable: true,</xsl:text>
    313313                                            </xsl:when>
Note: See TracChangeset for help on using the changeset viewer.