| 1 |
<?php |
<?php |
| 2 |
// $Id$ |
// $Id: nodereferrer_view_handler_argument.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 |
| 53 |
} |
} |
| 54 |
$form['multilingual']['referrers_of_translations'] = array( |
$form['multilingual']['referrers_of_translations'] = array( |
| 55 |
'#type' => 'checkbox', |
'#type' => 'checkbox', |
| 56 |
'#title' => t('Include refererrers of translations'), |
'#title' => t('Include referrers of translations'), |
| 57 |
'#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'), |
| 58 |
'#default_value' => $default, |
'#default_value' => $default, |
| 59 |
); |
); |