Ignore:
Timestamp:
2012-02-21T16:21:13+13:00 (12 years ago)
Author:
sjm84
Message:

The first wave of changes supporting the new login method

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/trunk/greenstone3/web/interfaces/oran/transform/pages/pref.xsl

    r25015 r25123  
    208208               
    209209                <!-- Theme Changer -->
    210                 <xsl:if test="/page/pageResponse/authenticationNode/service/@asn = '1' and util:contains(/page/pageResponse/authenticationNode/service/@umgp, 'administrator')">
     210                <xsl:if test="/page/pageRequest/userInformation and util:contains(/page/pageRequest/userInformation/@groups, 'administrator')">
    211211                    <script type="text/javascript">
    212212                        <xsl:text disable-output-escaping="yes">
Note: See TracChangeset for help on using the changeset viewer.