Changeset 33257 for main


Ignore:
Timestamp:
2019-07-02T11:23:06+12:00 (5 years ago)
Author:
davidb
Message:

Transitioning from berryBaskets to favourites (staring items, not dragging and dropping). This, and the following commits, are designed to allow a DL site/interface to choose between berries (drag and drop) and favourites (click to add)

File:
1 edited

Legend:

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

    r32980 r33257  
    4949        <option name="cssTheme" value="interfaces/default/style/themes/main/jquery-ui-1.8.16.custom.css"/>
    5050        <option name="highlightQueryTerms" value="true"/>
    51         <option name="berryBaskets" value="true"/>
     51        <!-- Set one or other of the following two options (berryBaskets and favouritesBaskets) to true -->
     52        <!-- This enables the user to choose whether they want berries/favourites displayed or not -->
     53        <!-- To have the chosen option on by default, set the corresponding defaultParameter in siteConfig.xml -->
     54        <option name="berryBaskets" value="false"/>
     55        <option name="favouritesBaskets" value="true"/>
    5256        <option name="documentBasket" value="true"/>
    5357    </optionList>
Note: See TracChangeset for help on using the changeset viewer.