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

updated the rtl-gli branch with files from trunk. Result of a merge 14807:18318

File:
1 edited

Legend:

Unmodified
Added
Removed
  • gli/branches/rtl-gli/src/org/greenstone/gatherer/cdm/FormatManager.java

    r14746 r18352  
    7777  static final private String SEARCHTYPES_DEFAULT_FORMAT = "plain,form";
    7878 
     79  static final private String NAVBAR = "NavigationBar";
     80  static final private String NAVBAR_OPTION = "pulldown";
     81
    7982  static private HashMap default_format_map = null;
    8083 
     
    98101    default_format_map.put(DOCUMENTBUTTONS, DOCUMENTBUTTONS_DEFAULT_FORMAT);
    99102    default_format_map.put(SEARCHTYPES, SEARCHTYPES_DEFAULT_FORMAT);
     103    default_format_map.put(NAVBAR, NAVBAR_OPTION);
    100104    default_format_map.put("", "");
    101105   
Note: See TracChangeset for help on using the changeset viewer.