Index: openacs-4/packages/acs-templating/tcl/list-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-templating/tcl/list-procs.tcl,v diff -u -r1.25 -r1.26 --- openacs-4/packages/acs-templating/tcl/list-procs.tcl 21 Apr 2005 17:13:20 -0000 1.25 +++ openacs-4/packages/acs-templating/tcl/list-procs.tcl 25 Apr 2005 13:29:19 -0000 1.26 @@ -1099,7 +1099,7 @@ # Paginator if { $list_properties(page_size_variable_p) == 1 } { - template::util::list_to_multirow page_sizes {{name 20 value 20} {name 50 value 50} {name 100 value 100}} + template::util::list_to_multirow page_sizes {{name 10 value 10} {name 20 value 20} {name 50 value 50} {name 100 value 100}} } if { ![empty_string_p $list_properties(page_size)] && $list_properties(page_size) != 0 } {