Changeset 12144


Ignore:
Timestamp:
2006-07-11T15:20:53+12:00 (18 years ago)
Author:
kjdon
Message:

removed MetadataSetView from list of options - now handled from enrich pane

File:
1 edited

Legend:

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

    r12058 r12144  
    4545    public DesignPane() {
    4646    super();
    47     contents = new String [] { "CDM.GUI.Plugins", "CDM.GUI.Indexes", "CDM.GUI.Subcollections",  "CDM.GUI.Classifiers",  "CDM.GUI.MetadataSets" };
     47    contents = new String [] { "CDM.GUI.Plugins", "CDM.GUI.Indexes", "CDM.GUI.Subcollections",  "CDM.GUI.Classifiers" };
    4848   
    4949    }
     
    6262        return CollectionDesignManager.classifier_manager.getControls();
    6363    }
    64     if(type.equals("CDM.GUI.MetadataSets")) {
    65         return CollectionDesignManager.metadataset_view.getControls();
    66     }
     64
    6765    return null;
    6866    }
Note: See TracChangeset for help on using the changeset viewer.