Ignore:
Timestamp:
2009-08-17T10:10:35+12:00 (15 years ago)
Author:
kjdon
Message:

made the authentication link always active. If the service has not been activated in siteConfig, then nothing will show up. If it has, then I don't think the user should have to modify the interface files as well. Activating the service in siteConfig should be enough.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • greenstone3/trunk/web/interfaces/default/transform/home.xsl

    r20020 r20291  
    6060          </xsl:for-each>
    6161         
    62           <!--uncomment the line below to display an authentication link inside a <li>-->
    63           <!--<gslib:authenticationLink/>-->
    64          
     62          <xsl:for-each select="serviceList/service[@type='authen']">
     63        <li><gslib:authenticationLink/></li>
     64          </xsl:for-each>
    6565          <!--uncomment the line below to display a library interface link inside a <li>-->
    6666          <!--<gslib:libraryInterfaceLink/>-->
Note: See TracChangeset for help on using the changeset viewer.