Index: openacs-4/packages/acs-tcl/tcl/widgets-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-tcl/tcl/widgets-procs.tcl,v diff -u -r1.20 -r1.21 --- openacs-4/packages/acs-tcl/tcl/widgets-procs.tcl 22 Dec 2017 14:14:20 -0000 1.20 +++ openacs-4/packages/acs-tcl/tcl/widgets-procs.tcl 18 Sep 2018 15:19:22 -0000 1.21 @@ -136,8 +136,8 @@ { pad_to_two_p 0} } { Produces an optionlist for a range of integers from start_value to end_value. - If default matches one of the options, it is selection. If pad_to_two_p is 1, - the option values will be padded to 2 digites with a leading 0. + If default matches one of the options, it is selected. If pad_to_two_p is 1, + the option values will be padded to 2 digits with a leading 0. } { # items is a list of the items you would like the user to select from # values is a list of corresponding option values @@ -229,9 +229,9 @@ if there is only one item the select is not generated and the value is passed in hidden form variable.

- if -multiple is given the a multi select is returned. + if -multiple is given then a multi select is returned.

- if -blank_if_no_db set then do not return a select widget unless + if -blank_if_no_db is true, then do not return a select widget unless there are rows from the database } { set retval {}