Changeset 26014


Ignore:
Timestamp:
2012-07-24T13:13:05+12:00 (12 years ago)
Author:
kjdon
Message:

it was decided previously that we don't have berry basket on doc page, so remove the docBerryForDocumentPage call, which wasn't working properly anyway. And remove link to .old/berrytools.xsl and this is not actually used anymore

File:
1 edited

Legend:

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

    r25972 r26014  
    1212    <xsl:import href="layouts/main.xsl"/>
    1313    <xsl:import href="layouts/toc.xsl"/>
    14    
    15     <!-- style includes global params interface_name, library_name -->
    16     <xsl:include href=".old/berrytools.xsl"/>
    1714   
    1815    <xsl:variable name="bookswitch">
     
    227224                </script>
    228225            </xsl:if>
    229        
    230             <!-- show the little berries for this document -->
    231             <xsl:call-template name="documentBerryForDocumentPage"/>
    232            
     226                   
    233227            <xsl:if test="/page/pageRequest/userInformation 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))">
    234228                <xsl:call-template name="editBar"/>
Note: See TracChangeset for help on using the changeset viewer.