Ignore:
Timestamp:
2023-08-16T11:51:48+12:00 (9 months ago)
Author:
kjdon
Message:

changed the default HList classifier format to not use static links - subsection a-z lists can now be opened and closed in place. Also added default value of disableSearchTermHighlighting so as to aid discovery of this option

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/trunk/greenstone2/collect/modelcol/etc/collectionConfig.xml

    r35401 r37956  
    215215            </gsf:template>
    216216            <gsf:template match="classifierNode[@classifierStyle = 'HList']">
    217                 <gsf:link type="classifier" style="static">
     217                <gsf:link type="classifier">
    218218                    <gsf:metadata name="Title"/>
    219219                </gsf:link>
     
    227227            <gsf:option name="allowDocumentEditing" value="true"/>
    228228            <gsf:option name="allowMapGPSEditing" value="true"/>
     229            <!-- set the following to true if you don't want search term highlighting (plus its button for switching on/off) to appear in this collection-->
     230            <gsf:option name="disableSearchTermHighlighting" value="false"/>
    229231            <!--
    230232                Overwriting this template allows you to change the heading of the document.
Note: See TracChangeset for help on using the changeset viewer.