Index: openacs-4/packages/xowiki/tcl/form-field-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/xowiki/tcl/form-field-procs.tcl,v diff -u -N -r1.284.2.214 -r1.284.2.215 --- openacs-4/packages/xowiki/tcl/form-field-procs.tcl 3 Apr 2022 14:42:50 -0000 1.284.2.214 +++ openacs-4/packages/xowiki/tcl/form-field-procs.tcl 13 Apr 2022 16:03:14 -0000 1.284.2.215 @@ -5042,8 +5042,8 @@ {dnd:boolean true} } -ad_doc { Class for selecting a subset from a list of candidates. - @param as_box makes something like in info box in wikipedie (right flushed) - @param keep_order when set, the user provided urder is preserved, otherwise + @param as_box makes something like in info box in wikipedia (right floated) + @param keep_order when set, the user provided order is preserved, otherwise the order form the candidates is used. @param dnd allow drag and drop }