/[drupal]/contributions/modules/dynosearcho/dynosearcho.module
ViewVC logotype

Diff of /contributions/modules/dynosearcho/dynosearcho.module

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph | View Patch Patch

revision 1.5.2.1.2.1, Thu Mar 26 08:11:45 2009 UTC revision 1.5.2.1.2.2, Thu Mar 26 15:59:00 2009 UTC
# Line 1  Line 1 
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
# Line 220  function dynosearcho_block_settings_form Line 220  function dynosearcho_block_settings_form
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    );    );
# Line 370  function dynosearcho_search_form(&$form_ Line 370  function dynosearcho_search_form(&$form_
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(

Legend:
Removed from v.1.5.2.1.2.1  
changed lines
  Added in v.1.5.2.1.2.2

  ViewVC Help
Powered by ViewVC 1.1.2