Changeset 22510


Ignore:
Timestamp:
2010-07-26T16:01:22+12:00 (14 years ago)
Author:
ak19
Message:

Preview Library URL for GS3 FLI should be the same as for normal GS3: point to a collection hosted off the Greenstone main page

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/trunk/gli/src/org/greenstone/gatherer/gui/PreviewButton.java

    r22410 r22510  
    8181
    8282    // set up the home page for the current collection
    83     if (Gatherer.GS3 && !Configuration.fedora_info.isActive()) { // GLI for GS3 case
    84         if(Configuration.library_url == null) {
     83    if (Gatherer.GS3) { // GLI for GS3 case
     84        if(Configuration.library_url == null && !Configuration.fedora_info.isActive()) {
    8585        Gatherer.missingEXEC();
    8686        }
Note: See TracChangeset for help on using the changeset viewer.