| 1 |
<?php |
<?php |
| 2 |
// $Id: comms_views.inc,v 1.1.4.3 2009/08/25 04:09:27 evoltech Exp $ |
// $Id: comms_views.inc,v 1.1.4.4 2009/08/25 04:44:38 evoltech Exp $ |
| 3 |
|
|
| 4 |
/* |
/* |
| 5 |
* @file |
* @file |
| 635 |
'options' => '', |
'options' => '', |
| 636 |
), |
), |
| 637 |
array( |
array( |
|
'type' => 'comms_vote', |
|
|
'argdefault' => 'All', |
|
|
'title' => t('Comms nodes with %2'), |
|
|
'options' => '', |
|
|
), |
|
|
array( |
|
| 638 |
'type' => 'comms_dispatch', |
'type' => 'comms_dispatch', |
| 639 |
'argdefault' => 'All', |
'argdefault' => 'All', |
| 640 |
'title' => t('Comms nodes that have %3'.'been dispatched'), |
'title' => t('Comms nodes that have %3'.'been dispatched'), |
| 646 |
'title' => '%4', |
'title' => '%4', |
| 647 |
'options' => '0', |
'options' => '0', |
| 648 |
), |
), |
| 649 |
array( |
array ( |
| 650 |
'type' => 'taxletter', |
'type' => 'uid', |
| 651 |
'argdefault' => 'All', |
'argdefault' => '1', |
| 652 |
'title' => t('Comms nodes with %5'), |
'title' => '%4', |
| 653 |
'options' => '0', |
'options' => '', |
| 654 |
|
'wildcard' => 'All', |
| 655 |
|
'wildcard_substitution' => '', |
| 656 |
), |
), |
| 657 |
); |
); |
| 658 |
|
|