Ignore:
Timestamp:
2020-03-22T23:09:20+13:00 (4 years ago)
Author:
davidb
Message:

update to validateQuickSearchForm; google-analytics/tags refinement; tidy up on berry/favourite Basket

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/trunk/model-interfaces-dev/heritage-nz/transform/pages/query.xsl

    r33271 r34093  
    2222-->
    2323<!-- **** -->
    24     <div id="float-anchor" style="position: absolute; width: 29%; min-width:180px; top: 105px; right:20px; margin: 0 0 10px 20px;">
     24    <div id="float-anchor" style="position: absolute; width: 29%; min-width:180px; /*top: 105px;*/ right:20px; margin: 0 0 10px 20px;">
    2525      <xsl:comment>Filler needed for div</xsl:comment>
    26       <xsl:call-template name="viewOptions"/>
     26     <!-- <xsl:call-template name="viewOptions"/>-->
    2727
    28       <xsl:if test="$berryBasketOn or $favouritesBasketOn or ($documentBasketOn and (util:contains(/page/pageRequest/userInformation/@groups, 'administrator') or util:contains(/page/pageRequest/userInformation/@groups, 'all-collections-editor') or util:contains(/page/pageRequest/userInformation/@groups, $thisCollectionEditor)))">
     28      <xsl:if test="$berryBasketOn or $favouriteBasketOn or ($documentBasketOn and (util:contains(/page/pageRequest/userInformation/@groups, 'administrator') or util:contains(/page/pageRequest/userInformation/@groups, 'all-collections-editor') or util:contains(/page/pageRequest/userInformation/@groups, $thisCollectionEditor)))">
    2929    <div id="rightSidebar" style="margin: 0 0 5px 5px; width: 100%">
    3030<!--
     
    4646      </xsl:if>
    4747
    48       <xsl:if test="$favouritesBasketOn">
     48      <xsl:if test="$favouriteBasketOn">
    4949        <!-- show the favourites 'basket' if it's turned on -->
    5050        <div class="tableOfContentsContainer" style="position:relative; z-index: 2;"> <!-- **** -->
     
    127127-->
    128128<!-- **** -->
    129             <div id="facetSelector" style="position: relative; float: right; top: 100px;">
     129            <div id="facetSelector" style="position: relative; float: right; top: 100px;"><b>Refine Your Search:</b>
    130130                <xsl:for-each select="/page/pageResponse/facetList/facet">
    131131                    <xsl:if test="count(count) > 0">
Note: See TracChangeset for help on using the changeset viewer.