/[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.19, Mon Feb 2 17:37:14 2009 UTC revision 1.8.2.20, Fri Jul 17 18:53:45 2009 UTC
# Line 1  Line 1 
1  <?php  <?php
2  // $Id: indexpage.module,v 1.8.2.18 2008/12/31 19:01:53 nancyw Exp $  // $Id: indexpage.module,v 1.8.2.19 2009/02/02 17:37:14 nancyw Exp $
3    
4  /**  /**
5   * @file   * @file
# Line 547  function indexpage_page_list($type, $fil Line 547  function indexpage_page_list($type, $fil
547    $fields = array(    $fields = array(
548      'title' => array('data' => t('Title'), 'field' => 'title', 'sort' => 'asc'),      'title' => array('data' => t('Title'), 'field' => 'title', 'sort' => 'asc'),
549      'type' => array('data' => t('Type'), 'field' => 'type', 'class' => 'center'),      'type' => array('data' => t('Type'), 'field' => 'type', 'class' => 'center'),
550      'uid' => array('data' => t('Author')),      'uid' => array('data' => t('Author'), 'field' => 'uid', 'class' => 'left'),
551      'authors' => array('data' => t('Authors')),      'authors' => array('data' => t('Authors'), 'field' => 'uid', 'class' => 'left'),
552      'terms' => array('data' => t('Terms')),      'terms' => array('data' => t('Terms'), /*'field' => 'taxonomy',*/ 'class' => 'left'),
553      'created' => array('data' => t('Created'), 'field' => 'created', 'class' => 'center'),      'created' => array('data' => t('Created'), 'field' => 'created', 'class' => 'center'),
554      'changed' => array('data' => t('Updated'), 'field' => 'changed', 'class' => 'center'),      'changed' => array('data' => t('Updated'), 'field' => 'changed', 'class' => 'center'),
555      'status' => array('data' => t('Published'), 'field' => 'status', 'class' => 'center'),      'status' => array('data' => t('Published'), 'field' => 'status', 'class' => 'center'),

Legend:
Removed from v.1.8.2.19  
changed lines
  Added in v.1.8.2.20

  ViewVC Help
Powered by ViewVC 1.1.2