Changeset 33479


Ignore:
Timestamp:
2019-09-16T14:55:26+12:00 (5 years ago)
Author:
kjdon
Message:

changed numeric option order to match letter options

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/trunk/greenstone2/perllib/classify/List.pm

    r33474 r33479  
    190190    'list' => $numeric_partition_type_list,
    191191    'deft' => $numeric_partition_type_default },
    192      
     192           
     193      { 'name' => "numeric_partition_size_within_level",
     194    'desc' => "{List.numeric_partition_size_within_level}",
     195    'type' => "string",  # Must be string because multiple values can be specified (separated by '/')
     196    'deft' => $numeric_partition_size_default},
     197     
     198      { 'name' => "numeric_partition_name_length_within_level",
     199    'desc' => "{List.numeric_partition_name_length_within_level}",
     200    'type' => "string",
     201    'deft' => $numeric_partition_name_length_default },
     202
    193203      {'name' => "numeric_partition_sort_mode_within_level",
    194204       'desc' => "{List.numeric_partition_sort_mode_within_level}",
     
    196206       'list' => $metadata_sort_mode_list,
    197207       'deft' => $metadata_sort_mode_default },
    198      
    199       { 'name' => "numeric_partition_size_within_level",
    200     'desc' => "{List.numeric_partition_size_within_level}",
    201     'type' => "string",  # Must be string because multiple values can be specified (separated by '/')
    202     'deft' => $numeric_partition_size_default},
    203      
    204       { 'name' => "numeric_partition_name_length_within_level",
    205     'desc' => "{List.numeric_partition_name_length_within_level}",
    206     'type' => "string",
    207     'deft' => $numeric_partition_name_length_default },
    208      
     208       
    209209      { 'name' => "numbers_first",
    210210    'desc' => "{List.numbers_first}",
Note: See TracChangeset for help on using the changeset viewer.