Changeset 36083 for main


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

got rid of berry option

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/trunk/greenstone3/web/interfaces/default/transform/pages/classifier.xsl

    r36038 r36083  
    286286    <xsl:param name="serviceName" />
    287287
    288     <!-- The berry/favourite (optional) -->
    289     <td valign="top">
    290       <xsl:if test="/page/pageResponse/interfaceOptions/option[@name = 'berryBasket']/@value = 'true'">
    291         <xsl:call-template name="documentBerryForClassifierOrSearchPage" />
    292       </xsl:if>
    293       <xsl:if test="/page/pageResponse/interfaceOptions/option[@name = 'favouriteBasket']/@value = 'true'">
     288    <!-- The favourite star (optional) -->
     289    <xsl:if test="$favouriteBasketOn">
     290      <td valign="top">
    294291        <xsl:call-template name="documentFavouriteForClassifierOrSearchPage" />
    295       </xsl:if>
    296     </td>
     292      </td>
     293    </xsl:if>
    297294
    298295    <xsl:apply-templates select=".">
Note: See TracChangeset for help on using the changeset viewer.