| 1 |
<?php |
<?php |
| 2 |
// $Id: nodequeue.module,v 1.39.2.28.2.51 2009/02/02 17:41:32 ezrag Exp $ |
// $Id: nodequeue.module,v 1.39.2.28.2.52 2009/02/02 17:54:22 ezrag Exp $ |
| 3 |
|
|
| 4 |
// -------------------------------------------------------------------------- |
// -------------------------------------------------------------------------- |
| 5 |
// Drupal Hooks |
// Drupal Hooks |
| 879 |
$output .= '<tr>'; |
$output .= '<tr>'; |
| 880 |
$output .= '<th class="nodequeue-node">' . t('Node') . '</th>'; |
$output .= '<th class="nodequeue-node">' . t('Node') . '</th>'; |
| 881 |
$output .= '<th class="nodequeue-author">' . t('Author') . '</th>'; |
$output .= '<th class="nodequeue-author">' . t('Author') . '</th>'; |
| 882 |
$output .= '<th class="nodequeue-date">' . t('Date') . '</th>'; |
$output .= '<th class="nodequeue-date">' . t('Date Created') . '</th>'; |
| 883 |
$output .= '<th class="nodequeue-operation">' . t('Operation') . '</th>'; |
$output .= '<th class="nodequeue-operation">' . t('Operation') . '</th>'; |
| 884 |
$output .= '</thead>'; |
$output .= '</thead>'; |
| 885 |
$output .= '<tbody>' . $body . '</tbody>'; |
$output .= '<tbody>' . $body . '</tbody>'; |