/[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.39.2.28.2.52, Mon Feb 2 17:54:22 2009 UTC revision 1.39.2.28.2.53, Fri May 1 00:01:45 2009 UTC
# Line 1  Line 1 
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
# Line 879  function nodequeue_arrange_subqueue($que Line 879  function nodequeue_arrange_subqueue($que
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>';

Legend:
Removed from v.1.39.2.28.2.52  
changed lines
  Added in v.1.39.2.28.2.53

  ViewVC Help
Powered by ViewVC 1.1.2