Changeset 36074 for main


Ignore:
Timestamp:
2022-02-22T14:10:41+13:00 (2 years ago)
Author:
kjdon
Message:

removing berrybasket option

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/trunk/greenstone3/web/interfaces/default/transform/layouts/toc.xsl

    r36043 r36074  
    8383                    <tr>
    8484                        <td id="tdContentsArea">
    85                             <div id="contentsArea">
    86                                 <!-- showing gotoFavourites display-area takes priority over berryBaskets -->
    87                                 <xsl:choose>
    88                                     <xsl:when test="/page/pageResponse/interfaceOptions/option[@name = 'favouriteBasket']/@value = 'true'">
    89                                         <!-- show the goto favourites if it's turned on -->
    90                                         <xsl:call-template name="gotoFavourites"/>
    91                                     </xsl:when>
    92                                     <xsl:otherwise>
    93                                         <!-- show the berry basket if it's turned on -->
    94                                         <xsl:call-template name="berryBasket"/>
    95                                     </xsl:otherwise>
    96                                 </xsl:choose>
     85                          <div id="contentsArea">
     86                           
     87                            <!-- this won't display anything if favourites are not on -->
     88                             <xsl:call-template name="gotoFavourites"/>
    9789
    9890                                <!-- add in expand and contract document links -->
Note: See TracChangeset for help on using the changeset viewer.