Ignore:
Timestamp:
2009-01-12T11:40:15+13:00 (15 years ago)
Author:
kjdon
Message:

updated the rtl-gli branch with files from trunk. Result of a merge 14807:18318, and fixed some conflicts. I think this is the last commit following merging the files. Haven't tried to compile yet... here goes...

File:
1 edited

Legend:

Unmodified
Added
Removed
  • gli/branches/rtl-gli/src/org/greenstone/gatherer/gui/PreviewButton.java

    r14046 r18364  
    7575    protected void configureHomeURL() {
    7676    // set up the home page for the current collection
    77     if (Gatherer.GS3) {
     77    if (Gatherer.GS3 && !Configuration.fedora_info.isActive()) { // GLI for GS3 case
    7878        // don't do anything fancy here
    7979        preview_address = Configuration.library_url.toString() + Configuration.getServletPath() + "?a=p&sa=about&c=" + CollectionManager.getLoadedCollectionName() + "&l=" + Configuration.getLanguage();
    8080        return;
    8181    }
     82    // FLI or GLI for GS2 case (no library_url)
    8283    preview_address = Configuration.library_url.toString() + "?c=" + CollectionManager.getLoadedCollectionName() + "&l=" + Configuration.getLanguage();
    8384
Note: See TracChangeset for help on using the changeset viewer.