Ignore:
Timestamp:
2009-02-25T10:13:39+13:00 (15 years ago)
Author:
kjdon
Message:

GLI three modes change: file tree filters are now editable in librarian mode, and regex plugin/classifier arguments are now shown in librarian mode

File:
1 edited

Legend:

Unmodified
Added
Removed
  • gli/trunk/src/org/greenstone/gatherer/cdm/ArgumentConfiguration.java

    r16307 r18593  
    209209    ArrayList arguments = data.getArguments();
    210210    int total_height = 250;
    211     int current_mode = Configuration.getMode();
     211    // not currently used
     212    //int current_mode = Configuration.getMode();
    212213
    213214    String previous_owner = "";
     
    226227        addHeader(previous_owner, (coloured ? colour_one : colour_two));
    227228        }
    228         if(!argument.isHiddenGLI() && (current_mode > Configuration.LIBRARIAN_MODE || !(argument.getType() == Argument.REGEXP))) {
     229        if(!argument.isHiddenGLI()) {
    229230        ArgumentControl argument_control = new ArgumentControl(argument, false, null);
    230231        total_height = total_height - argument_control.getPreferredSize().height;
Note: See TracChangeset for help on using the changeset viewer.