| 1 |
<?php |
<?php |
| 2 |
// $Id: update_status_aggregator.module,v 1.13.2.4 2008/10/21 17:19:09 yrocq Exp $ |
// $Id: update_status_aggregator.module,v 1.13.2.5 2008/10/21 17:21:02 yrocq Exp $ |
| 3 |
|
|
| 4 |
/** |
/** |
| 5 |
* @file |
* @file |
| 110 |
'module_status' => array( |
'module_status' => array( |
| 111 |
'name' => 'update_status_aggregator: Status', |
'name' => 'update_status_aggregator: Status', |
| 112 |
'help' => 'Status of the module', |
'help' => 'Status of the module', |
| 113 |
'operator' => views_handler_operator_eqneq(), |
'operator' => views_handler_operator_or(), |
| 114 |
'value' => array( |
'value' => array( |
| 115 |
'#type' => 'select', |
'#type' => 'select', |
| 116 |
'#options' => 'Update_status_aggregator_status_list', |
'#options' => 'Update_status_aggregator_status_list', |
| 121 |
'site' => array( |
'site' => array( |
| 122 |
'name' => 'Update_status_aggregator: Site', |
'name' => 'Update_status_aggregator: Site', |
| 123 |
'help' => 'Site of the module', |
'help' => 'Site of the module', |
| 124 |
'operator' => views_handler_operator_eqneq(), |
'operator' => views_handler_operator_or(), |
| 125 |
'value' => array( |
'value' => array( |
| 126 |
'#type' => 'select', |
'#type' => 'select', |
| 127 |
'#options' => 'update_status_aggregator_sites_list', |
'#options' => 'update_status_aggregator_sites_list', |
| 132 |
'module' => array( |
'module' => array( |
| 133 |
'name' => 'Update_status_aggregator: Module', |
'name' => 'Update_status_aggregator: Module', |
| 134 |
'help' => 'Module', |
'help' => 'Module', |
| 135 |
'operator' => views_handler_operator_eqneq(), |
'operator' => views_handler_operator_or(), |
| 136 |
'value' => array( |
'value' => array( |
| 137 |
'#type' => 'select', |
'#type' => 'select', |
| 138 |
'#options' => 'update_status_aggregator_modules_list', |
'#options' => 'update_status_aggregator_modules_list', |