Changeset 5729 for trunk


Ignore:
Timestamp:
2003-10-23T11:34:53+13:00 (21 years ago)
Author:
kjdon
Message:

replaced some text with keys in the options list

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/gsdl/perllib/classify/AZCompactList.pm

    r5615 r5729  
    6464    'desc' => "{AZCompactList.buttonname}",
    6565    'type' => "string",
    66     'deft' => "Metadata element specified with -metadata",
     66    'deft' => "{AZCompactList.metadata.deft}",
    6767    'reqd' => "no" },
    6868      { 'name' => "removeprefix",
     
    7272    'reqd' => "no" },
    7373      { 'name' => "removesuffix",
    74     'desc' => "A suffix to ignore in the Metadata values for the field when sorting.",
     74    'desc' => "{AZCompactList.removesuffix}",
    7575    'type' => "string",
    7676    'deft' => "",
     
    117117my $options =
    118118{   'name'     => "AZCompactList",
    119     'desc'     => "Classifier plugin for sorting alphabetically",
     119    'desc'     => "{AZCompactList.desc}",
    120120    'inherits' => "Yes",
    121121    'args'     => $arguments };
Note: See TracChangeset for help on using the changeset viewer.