| 1 |
<?php |
<?php |
| 2 |
// $Id$ |
// $Id: nodereferrer_view_handler_filter.inc,v 1.1.2.1 2009/09/22 11:15:35 andypost Exp $ |
| 3 |
/** |
/** |
| 4 |
* @file |
* @file |
| 5 |
* nodereferrer.module Views integration |
* nodereferrer.module Views integration |
| 61 |
} |
} |
| 62 |
$form['multilingual']['referrers_of_translations'] = array( |
$form['multilingual']['referrers_of_translations'] = array( |
| 63 |
'#type' => 'checkbox', |
'#type' => 'checkbox', |
| 64 |
'#title' => t('Include refererrers of translations'), |
'#title' => t('Include referrers of translations'), |
| 65 |
'#description' => t('If this is checked, will also include nodes that refer to translations of the given node'), |
'#description' => t('If this is checked, will also include nodes that refer to translations of the given node'), |
| 66 |
'#default_value' => $default, |
'#default_value' => $default, |
| 67 |
); |
); |