| 1 |
<?php |
<?php |
| 2 |
// $Id: nodequeue.module,v 1.75 2009/04/30 23:53:33 ezrag Exp $ |
// $Id: nodequeue.module,v 1.76 2009/04/30 23:54:30 ezrag Exp $ |
| 3 |
|
|
| 4 |
// -------------------------------------------------------------------------- |
// -------------------------------------------------------------------------- |
| 5 |
// Drupal Hooks |
// Drupal Hooks |
| 976 |
$output .= '<tr>'; |
$output .= '<tr>'; |
| 977 |
$output .= '<th class="nodequeue-node">'. t('Node') .'</th>'; |
$output .= '<th class="nodequeue-node">'. t('Node') .'</th>'; |
| 978 |
$output .= '<th class="nodequeue-author">'. t('Author') .'</th>'; |
$output .= '<th class="nodequeue-author">'. t('Author') .'</th>'; |
| 979 |
$output .= '<th class="nodequeue-date">'. t('Date') .'</th>'; |
$output .= '<th class="nodequeue-date">'. t('Date Created') .'</th>'; |
| 980 |
$output .= '<th class="nodequeue-operation">'. t('Operation') .'</th>'; |
$output .= '<th class="nodequeue-operation">'. t('Operation') .'</th>'; |
| 981 |
$output .= '</thead>'; |
$output .= '</thead>'; |
| 982 |
$output .= '<tbody>'. $body .'</tbody>'; |
$output .= '<tbody>'. $body .'</tbody>'; |