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

Diff of /contributions/modules/nodequeue/nodequeue.module

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

revision 1.76, Thu Apr 30 23:54:30 2009 UTC revision 1.77, Fri May 1 00:00:05 2009 UTC
# Line 1  Line 1 
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
# Line 976  function nodequeue_arrange_subqueue($que Line 976  function nodequeue_arrange_subqueue($que
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>';

Legend:
Removed from v.1.76  
changed lines
  Added in v.1.77

  ViewVC Help
Powered by ViewVC 1.1.2