Index: openacs-4/packages/acs-admin/www/auth/batch-job.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-admin/www/auth/batch-job.tcl,v diff -u -r1.5 -r1.6 --- openacs-4/packages/acs-admin/www/auth/batch-job.tcl 16 Oct 2003 13:57:10 -0000 1.5 +++ openacs-4/packages/acs-admin/www/auth/batch-job.tcl 19 Oct 2003 19:49:49 -0000 1.6 @@ -84,16 +84,17 @@ set pagination_sql { select entry_id - from auth_batch_job_entries - where job_id = :job_id + from auth_batch_job_entries + where job_id = :job_id + order by entry_id } list::create \ -name batch_actions \ -multirow batch_actions \ -key entry_id \ - -page_query $pagination_sql \ -page_size 100 \ + -page_query $pagination_sql \ -elements { entry_time_pretty { label "Timestamp" @@ -133,8 +134,9 @@ success_p, message, element_messages - from auth_batch_job_entries - where job_id = :job_id + from auth_batch_job_entries + where [template::list::page_where_clause -name batch_actions] + order by entry_id } { set entry_url [export_vars -base batch-action { entry_id }]