Ignore:
Timestamp:
2010-08-17T17:30:28+12:00 (14 years ago)
Author:
mdewsnip
Message:

Changed "srcicon" values in ImageConverter.pm and ImagePlugin.pm to use "[srclink_file]", for consistency.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/trunk/greenstone2/perllib/plugins/ImageConverter.pm

    r22655 r22658  
    244244
    245245    $doc_obj->add_metadata ($section, "srclink_file", "[Image]");
    246     $doc_obj->add_metadata ($section, "srcicon", "<img src=\"_httpprefix_/collect/[collection]/index/assoc/$assocfilemeta/[Image]\" width=\"[ImageWidth]\" height=\"[ImageHeight]\">");
     246    $doc_obj->add_metadata ($section, "srcicon", "<img src=\"_httpprefix_/collect/[collection]/index/assoc/$assocfilemeta/[srclink_file]\" width=\"[ImageWidth]\" height=\"[ImageHeight]\">");
    247247
    248248    # Add the image as an associated file
Note: See TracChangeset for help on using the changeset viewer.