Ignore:
Timestamp:
2001-02-20T14:32:26+13:00 (23 years ago)
Author:
sjboddie
Message:

Caught some of the classifiers up with the documentation (finally). The
old "title" option has been replaced with the "buttonname" option.

File:
1 edited

Legend:

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

    r1839 r2022  
    3434#                      Meta may be Filename to sort by original filename or
    3535#                      nosort to force not to sort
    36 # title=Title       -- (optional) the title field for this classification.
     36# buttonname=Title  -- (optional) the title field for this classification.
    3737#                      if not included title field will be Metaname.
    3838#                      if metadata is also not included title will be 'List'
     
    5555                  list will be sorted by this element.
    5656
    57    -title X       (optional) Title field for this classification.
     57   -buttonname X  (optional) Title field for this classification.
    5858                  if not included title field will be Metaname.
    5959
     
    7272    if (!parsargv::parse(\@_,
    7373             q^metadata/.*/^, \$metaname,
    74              q^title/.*/^, \$title,
     74             q^buttonname/.*/^, \$title,
    7575             q^sort/.*/^, \$sortname,
    7676             "allow_extra_options")) {
Note: See TracChangeset for help on using the changeset viewer.