Index: workflow.module
===================================================================
RCS file: /cvs/drupal-contrib/contributions/modules/workflow/workflow.module,v
retrieving revision 1.13
diff -u -F^f -r1.13 workflow.module
--- contributions/modules/workspace/workspace.module	2005/02/15 22:37:34	1.13
+++ workspace.module	Tue Feb 22 01:44:19 2005
@@ -241,7 +241,7 @@
   if ($rows) {
     $pager = theme('pager', NULL, $maxnodes, 0, tablesort_pager());
     if (!empty($pager)) {
-      $rows[] = array(array('data' => $pager, 'colspan' => 5));
+      $rows[] = array(array('data' => $pager, 'colspan' => 8));
     }
     $output .= theme('table', $header, $rows);
   }
@@ -265,7 +265,7 @@
 
   if ($rows) {
     $output .= '<h3>' . t('Files') . '</h3>';
-    $pager = theme('pager', NULL, $maxfilenames, 0, tablesort_pager());
+    $pager = theme('pager', NULL, $maxfilenames, 1, tablesort_pager());
     if (!empty($pager)) {
       $rows[] = array(array('data' => $pager, 'colspan' => 3));
     }
