Ignore:
Timestamp:
2019-02-19T11:50:13+13:00 (5 years ago)
Author:
kjdon
Message:

adding missing strings and tidying up some mislabelling

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/trunk/greenstone2/perllib/plugins/HathiTrustMETSPlugin.pm

    r31492 r32783  
    9494    'type' => "flag",
    9595    'reqd' => "no" },
    96 #      { 'name' => "documenttype",
    97 #   'desc' => "{HathiTrustMETSPlugin.documenttype}",
    98 #   'type' => "enum",
    99 #   'list' => $type_list,
    100 #   'deft' => "auto",
    101 #   'reqd' => "no" },
    10296      {'name' => "processing_tmp_files",
    10397       'desc' => "{BaseImporter.processing_tmp_files}",
     
    107101
    108102my $doc_type_opt = { 'name' => "documenttype",
    109              'desc' => "{HathiTrustMETSPlugin.documenttype}",
     103             'desc' => "{PagedImagePlugin.documenttype}",
    110104             'type' => "enum",
    111              'deft' => "auto",
     105             'deft' => "hierarchy",
    112106             'reqd' => "no" };
    113107
Note: See TracChangeset for help on using the changeset viewer.