| 722 |
} |
} |
| 723 |
|
|
| 724 |
// Add a pager control to the bottom of the table (if necessary) |
// Add a pager control to the bottom of the table (if necessary) |
| 725 |
$pager = theme("pager", NULL, 10, 0, tablesort_pager()); |
$pager = theme("pager", NULL, 10, 0); |
| 726 |
if (!empty($pager)) { |
if (!empty($pager)) { |
| 727 |
$rows[] = array(array("data" => $pager, "colspan" => "8")); |
$rows[] = array(array("data" => $pager, "colspan" => "8")); |
| 728 |
} |
} |
| 745 |
} |
} |
| 746 |
|
|
| 747 |
// Add a pager control to the bottom of the table (if necessary) |
// Add a pager control to the bottom of the table (if necessary) |
| 748 |
$pager = theme("pager", NULL, 10, 1, tablesort_pager()); |
$pager = theme("pager", NULL, 10, 1); |
| 749 |
if (!empty($pager)) { |
if (!empty($pager)) { |
| 750 |
$rows[] = array(array("data" => $pager, "colspan" => "8")); |
$rows[] = array(array("data" => $pager, "colspan" => "8")); |
| 751 |
} |
} |