Changeset 36161


Ignore:
Timestamp:
2022-05-09T14:42:26+12:00 (2 years ago)
Author:
kjdon
Message:

added default element name, plus key for default indicator in list

File:
1 edited

Legend:

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

    r36150 r36161  
    3232
    3333    public SortFieldManager(Element sortfields, String current_build_type) {
    34     super(sortfields, current_build_type, StaticStrings.SORT_ELEMENT, null, new SortField());
     34    super(sortfields, current_build_type, StaticStrings.SORT_ELEMENT, StaticStrings.SORT_DEFAULT_ELEMENT, new SortField());
    3535    this.controls_title_key = "CDM.SortFieldManager.Title";
    3636    this.new_button_tooltip_key = "CDM.SortFieldManager.New_Button_Tooltip";
    3737    this.edit_button_tooltip_key = "CDM.SortFieldManager.Edit_Button_Tooltip";
    3838    this.remove_button_tooltip_key = "CDM.SortFieldManager.Remove_Button_Tooltip";
    39 
     39        this.default_indicator_key = "CDM.SortFieldManager.Default_Sort_Indicator";
    4040    this.nip_new_index_key = "CDM.SortFieldManager.New";
    4141    this.nip_edit_index_key = "CDM.SortFieldManager.Edit";
Note: See TracChangeset for help on using the changeset viewer.