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.18.2.10 -r1.18.2.11 --- openacs-4/packages/acs-templating/tcl/list-procs.tcl 21 Apr 2005 16:44:28 -0000 1.18.2.10 +++ openacs-4/packages/acs-templating/tcl/list-procs.tcl 25 Apr 2005 12:16:27 -0000 1.18.2.11 @@ -1094,7 +1094,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 } {