Ignore:
Timestamp:
2014-04-17T16:16:12+12:00 (10 years ago)
Author:
ak19
Message:

Added in the necessary code so that now the Download File link for the GLI Help module on GTI will also work (didn't work in the original GTI, but the link was there).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/trunk/greenstone2/runtime-src/src/recpt/gtiaction.cpp

    r28980 r28991  
    9898    java = existing_javahome;
    9999    java += "/bin/java";
    100   } 
     100  }
    101101
    102102#if defined (__WIN32__)
     
    696696 do_gti_request(gti_arguments, logout);
    697697
    698  disp.setmacro("gtiglihelpzipfilepath", "gti", target_language_code + "_GLIHelp.zip");
    699  disp.setmacro("gtiglihelpzipfilepathUrlsafe", "gti", encodeForURL(target_language_code) + "_GLIHelp.zip");
     698 disp.setmacro("gtiglihelpzipfilepath", "gti", "tmp/" + target_language_code + "_GLIHelp.zip");
     699 disp.setmacro("gtiglihelpzipfilepathUrlsafe", "gti", "tmp/" + encodeForURL(target_language_code) + "_GLIHelp.zip");
    700700
    701701 return true;
Note: See TracChangeset for help on using the changeset viewer.