Index: openacs-4/packages/acs-api-browser/www/proc-browse.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-api-browser/www/proc-browse.tcl,v diff -u -N -r1.9 -r1.10 --- openacs-4/packages/acs-api-browser/www/proc-browse.tcl 9 May 2018 15:33:28 -0000 1.9 +++ openacs-4/packages/acs-api-browser/www/proc-browse.tcl 23 May 2018 06:57:54 -0000 1.10 @@ -8,8 +8,8 @@ @cvs-id $Id$ } { - { type "Public" } - { sort_by "file"} + { type:word "Public" } + { orderby:word "file"} } -properties { title:onevalue context:onevalue @@ -24,7 +24,7 @@ {Private "Private" ""} {Deprecated "Deprecated" ""}} } - {sort_by "Sorted By" "file" { + {orderby "Sorted By" "file" { {file "File" ""} {name "Name" ""}} } @@ -49,7 +49,7 @@ } } -if {$sort_by eq "file"} { +if {$orderby eq "file"} { set matches [lsort -command ::apidoc::ad_sort_by_second_string_proc $matches] } else { set matches [lsort -command ::apidoc::ad_sort_by_first_string_proc $matches]