Parent Directory
|
Revision Log
|
Revision Graph
|
Patch
| revision 1.1, Fri Feb 24 19:01:10 2006 UTC | revision 1.1.2.1, Thu Apr 13 15:45:05 2006 UTC | |
|---|---|---|
| # | Line 803 function administration_watchdog_overvie | Line 803 function administration_watchdog_overvie |
| 803 | $output .= '<div class=panel-logs>'; | $output .= '<div class=panel-logs>'; |
| 804 | $output .= theme('table', $header, $rows); | $output .= theme('table', $header, $rows); |
| 805 | $output .= '</div>'; | $output .= '</div>'; |
| 806 | $output .= theme('pager', NULL, $page_size, 0, tablesort_pager()); | $output .= theme('pager', NULL, $page_size, 0); |
| 807 | ||
| 808 | return $output; | return $output; |
| 809 | } | } |
|
||||||||
| ViewVC Help | |
| Powered by ViewVC 1.1.2 |