| 1 |
<?php |
<?php |
| 2 |
// $Id: dynosearcho.module,v 1.5.2.1 2009/03/13 16:33:22 ultimike Exp $ |
// $Id: dynosearcho.module,v 1.5.2.1.2.1 2009/03/26 08:11:45 nk Exp $ |
| 3 |
|
|
| 4 |
/** |
/** |
| 5 |
* @file |
* @file |
| 220 |
$form['node_search']['expose_label'] = array( |
$form['node_search']['expose_label'] = array( |
| 221 |
'#type' => 'textfield', |
'#type' => 'textfield', |
| 222 |
'#title' => t('Label for checkbox group exposed to the end user.'), |
'#title' => t('Label for checkbox group exposed to the end user.'), |
| 223 |
'#default_value' => variable_get('dynosearcho_expose_label_'. $delta, 'Search only this types'), |
'#default_value' => variable_get('dynosearcho_expose_label_'. $delta, 'Search only these types'), |
| 224 |
'#maxlength' => 250, |
'#maxlength' => 250, |
| 225 |
'#description' => t('This applies only if Expose types is checked.'), |
'#description' => t('This applies only if Expose types is checked.'), |
| 226 |
); |
); |
| 370 |
'#type' => 'checkboxes', |
'#type' => 'checkboxes', |
| 371 |
'#prefix' => '<div class="dynosearcho-boxes'. $inline .'">', |
'#prefix' => '<div class="dynosearcho-boxes'. $inline .'">', |
| 372 |
'#suffix' => '</div>', |
'#suffix' => '</div>', |
| 373 |
'#title' => variable_get('dynosearcho_expose_label_'. $delta, 'Search only this types'), |
'#title' => variable_get('dynosearcho_expose_label_'. $delta, 'Search only these types'), |
| 374 |
'#options' => $types, |
'#options' => $types, |
| 375 |
'#default_value' => variable_get('dynosearcho_searchable_node_types_'. $delta, array('page')), |
'#default_value' => variable_get('dynosearcho_searchable_node_types_'. $delta, array('page')), |
| 376 |
'#ahah' => array( |
'#ahah' => array( |