Index: openacs-4/packages/acs-templating/acs-templating.info =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-templating/acs-templating.info,v diff -u -r1.27.2.11 -r1.27.2.12 --- openacs-4/packages/acs-templating/acs-templating.info 1 Mar 2005 00:18:48 -0000 1.27.2.11 +++ openacs-4/packages/acs-templating/acs-templating.info 25 Apr 2005 12:16:26 -0000 1.27.2.12 @@ -7,7 +7,7 @@ t t - + OpenACS Templating library. 2004-02-28 @@ -25,7 +25,7 @@ layout of a site can be more easily administered. - + @@ -45,7 +45,3 @@ - - - - Index: openacs-4/packages/acs-templating/resources/lists/table.adp =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-templating/resources/lists/table.adp,v diff -u -r1.6.2.6 -r1.6.2.7 --- openacs-4/packages/acs-templating/resources/lists/table.adp 21 Apr 2005 16:44:28 -0000 1.6.2.6 +++ openacs-4/packages/acs-templating/resources/lists/table.adp 25 Apr 2005 12:16:27 -0000 1.6.2.7 @@ -2,56 +2,57 @@ - +
- - - << + + + + << + + + << + - - << - - - -  <  - - -  <  - - - - -   \@paginator_pages.page@ + +  <  -   \@paginator_pages.page@ +  <  - - -  >  - - -  >  - - - - >> + + +   \@paginator_pages.page@ + + +   \@paginator_pages.page@ + + + + +  >  - >> +  >  + + + >> + + + >> + + - +
- @list_properties.page_size_export_chunk;noquote@ + \@list_properties.page_size_export_chunk;noquote@
@@ -208,56 +209,57 @@ - +
- - - << + + + + << + + + << + - - << - - - -  <  - - -  <  - - - - -   \@paginator_pages.page@ + +  <  -   \@paginator_pages.page@ +  <  - - -  >  - - -  >  - - - - >> + + +   \@paginator_pages.page@ + + +   \@paginator_pages.page@ + + + + +  >  - >> +  >  + + + >> + + + >> + + - +
- @list_properties.page_size_export_chunk;noquote@ + \@list_properties.page_size_export_chunk;noquote@
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 } {