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

Diff of /contributions/modules/indexpage/indexpage.module

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

revision 1.8.2.6.2.20, Sun May 31 17:41:09 2009 UTC revision 1.8.2.6.2.21, Fri Jul 17 18:45:49 2009 UTC
# Line 1  Line 1 
1  <?php  <?php
2  // $Id: indexpage.module,v 1.8.2.6.2.19 2009/05/21 20:04:25 nancyw Exp $  // $Id: indexpage.module,v 1.8.2.6.2.20 2009/05/31 17:41:09 nancyw Exp $
3    
4  /**  /**
5   * @file   * @file
# Line 431  function indexpage_page_list($type, $fil Line 431  function indexpage_page_list($type, $fil
431      'title' => array('data' => t('Title'), 'field' => 'title', 'sort' => 'asc', 'class' => 'left'),      'title' => array('data' => t('Title'), 'field' => 'title', 'sort' => 'asc', 'class' => 'left'),
432      'type' => array('data' => t('Type'), 'field' => 'type', 'class' => 'center'),      'type' => array('data' => t('Type'), 'field' => 'type', 'class' => 'center'),
433      'language' => array('data' => t('Language'), 'field' => 'language', 'class' => 'center'),      'language' => array('data' => t('Language'), 'field' => 'language', 'class' => 'center'),
434      'uid' => array('data' => t('Author')), 'field' => 'uid', 'class' => 'left',      'uid' => array('data' => t('Author'), 'field' => 'uid', 'class' => 'left'),
435      'authors' => array('data' => t('Authors / Editors'), 'field' => 'uid', 'class' => 'left'),      'authors' => array('data' => t('Authors / Editors'), 'field' => 'uid', 'class' => 'left'),
436      'terms' => array('data' => t('Terms'), /*'field' => 'taxonomy',*/ 'class' => 'left'),      'terms' => array('data' => t('Terms'), /*'field' => 'taxonomy',*/ 'class' => 'left'),
437      'created' => array('data' => t('Created'), 'field' => 'created', 'class' => 'center'),      'created' => array('data' => t('Created'), 'field' => 'created', 'class' => 'center'),

Legend:
Removed from v.1.8.2.6.2.20  
changed lines
  Added in v.1.8.2.6.2.21

  ViewVC Help
Powered by ViewVC 1.1.2