Changeset 15840


Ignore:
Timestamp:
2008-05-30T19:42:03+12:00 (16 years ago)
Author:
ak19
Message:

Added replace elements for ThumbHeight and ThumbWidth macros, else the macros don't get resolved and then the thumbnail images do not appear on Windows for collections containing images

File:
1 edited

Legend:

Unmodified
Added
Removed
  • greenstone3/trunk/web/sites/localsite/siteConfig.xml

    r14536 r15840  
    2929    <replace macro="\[Image\]" scope="metadata" metadata="Image" resolve="false"/>
    3030    <replace macro="\[Thumb\]" scope="metadata" metadata="Thumb" resolve="false"/>
     31    <replace macro="\[ThumbWidth\]" scope="metadata" metadata="ThumbWidth" resolve="false"/>
     32    <replace macro="\[ThumbHeight\]" scope="metadata" metadata="ThumbHeight" resolve="false"/>
    3133    <!-- _httpsite_ and _clustername_ are macros that are defined in the java code -->
    3234    <replace macro="_httpcollection_" scope="metadata" text="_httpsite_/collect/_clustername_" resolve="true"/>
Note: See TracChangeset for help on using the changeset viewer.