/[drupal]/contributions/modules/workspace/workspace.module
ViewVC logotype

Diff of /contributions/modules/workspace/workspace.module

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph | View Patch Patch

revision 1.24, Mon Feb 27 18:24:47 2006 UTC revision 1.25, Thu Apr 13 15:49:31 2006 UTC
# Line 1  Line 1 
1  <?php  <?php
2  // $Id: workspace.module,v 1.23 2006/02/14 16:35:30 jvandyk Exp $  // $Id: workspace.module,v 1.24 2006/02/27 18:24:47 jvandyk Exp $
3    
4  /**  /**
5  * Implementation of hook_help().  * Implementation of hook_help().
# Line 262  function workspace_list() { Line 262  function workspace_list() {
262    }    }
263    
264    if ($rows) {    if ($rows) {
265      $pager = theme('pager', NULL, $maxnodes, 0, tablesort_pager());      $pager = theme('pager', NULL, $maxnodes, 0);
266      if (!empty($pager)) {      if (!empty($pager)) {
267        $rows[] = array(array('data' => $pager, 'colspan' => 8));        $rows[] = array(array('data' => $pager, 'colspan' => 8));
268      }      }
# Line 288  function workspace_list() { Line 288  function workspace_list() {
288    
289    if ($rows) {    if ($rows) {
290      $output .= '<h3>' . t('Files') . '</h3>';      $output .= '<h3>' . t('Files') . '</h3>';
291      $pager = theme('pager', NULL, $maxfilenames, 2, tablesort_pager());      $pager = theme('pager', NULL, $maxfilenames, 2);
292      if (!empty($pager)) {      if (!empty($pager)) {
293        $rows[] = array(array('data' => $pager, 'colspan' => 3));        $rows[] = array(array('data' => $pager, 'colspan' => 3));
294      }      }

Legend:
Removed from v.1.24  
changed lines
  Added in v.1.25

  ViewVC Help
Powered by ViewVC 1.1.2