Ignore:
Timestamp:
2020-10-19T13:43:18+13:00 (4 years ago)
Author:
davidb
Message:

pref and login pages brought back in to main navigation area of DL iframe

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/trunk/model-interfaces-dev/atea/transform/layouts/header.xsl

    r34329 r34477  
    2727
    2828  <xsl:template name="home-help-preferences">
     29    <ul id="bannerLinks">
     30      <xsl:if test="/page/pageResponse/format[@type='display' or @type='browse' or @type='search' or not(@type)]/gsf:option[@name='RSS']/@value = 'true'">
     31        <li><xsl:call-template name="RSSLink"/></li>
     32      </xsl:if>
     33      <li id="userMenuButton"><xsl:call-template name="LoginoutLink"/></li>
     34      <xsl:if test="/page/pageRequest/paramList/param[(@name='debug') and (@value='on' or @value='true' or @value='1' or @value='yes')]">
     35        <li><xsl:call-template name="DebugLink"/></li>
     36      </xsl:if>
     37      <li><xsl:call-template name="PrefsLink"/></li>
     38      <!--
     39      <li><xsl:call-template name="HelpLink"/></li>
     40      -->
     41      <xsl:call-template name="buttonStyling"/>
     42    </ul>
     43   
    2944  </xsl:template>
    3045
Note: See TracChangeset for help on using the changeset viewer.