Changeset 36066


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

berry.xsl renamed to favourites.xsl. subaction is now fav not berry. berrybaskets are going. favouritebasket and documentbasket are now turned on using servlet parameters

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/trunk/greenstone3/web/interfaces/default/interfaceConfig.xml

    r36027 r36066  
    3838        <action class="GeneralAction" name="g">
    3939            <subaction name="authen" xslt="pages/authen.xsl"/>
    40             <subaction name="berry" xslt="pages/berry.xsl"/>
     40            <subaction name="fav" xslt="pages/favourites.xsl"/>
    4141            <subaction name="documentbasket" xslt="pages/documentbasket.xsl"/>
    4242        </action>
     
    5151
    5252        <option name="highlightQueryTerms" value="true"/>
    53         <!-- Set one or other of the following two options (berryBasket and favouriteBasket) to true -->
    54         <!-- This enables the user to choose whether they want berries/favourites displayed or not -->
    55         <!-- To have the chosen option on by default, set the corresponding defaultParameter in siteConfig.xml -->
    56         <option name="berryBasket" value="false"/>
    57         <option name="favouriteBasket" value="true"/>
    58         <option name="documentBasket" value="true"/>
    5953    </optionList>
    6054    <languageList>
Note: See TracChangeset for help on using the changeset viewer.