Index: openacs-4/packages/acs-templating/tcl/acs-templating-init.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-templating/tcl/acs-templating-init.tcl,v diff -u -r1.1 -r1.2 --- openacs-4/packages/acs-templating/tcl/acs-templating-init.tcl 15 Oct 2003 12:35:51 -0000 1.1 +++ openacs-4/packages/acs-templating/tcl/acs-templating-init.tcl 16 Oct 2003 13:33:26 -0000 1.2 @@ -73,7 +73,10 @@ # An array of default buttons and their names variable default_button_labels array set default_button_labels \ - [list back [_ acs-templating.Previous_with_arrow] [_ acs-kernel.common_repeat] next [_ acs-templating.Next_with_arrow] finish [_ acs-kernel.common_finish]] + [list back [_ acs-templating.Previous_with_arrow] \ + repeat [_ acs-kernel.common_repeat] \ + next [_ acs-templating.Next_with_arrow] \ + finish [_ acs-kernel.common_finish]] } namespace eval paginator {