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

Diff of /contributions/modules/views_checkboxes/views_checkboxes.module

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

revision 1.8.2.9, Sat Jun 21 00:34:06 2008 UTC revision 1.8.2.10, Sat Jun 21 01:25:58 2008 UTC
# Line 76  function views_checkboxes_admin() { Line 76  function views_checkboxes_admin() {
76      '#type' => 'checkbox',      '#type' => 'checkbox',
77      '#title' => t('Remove "None selected"'),      '#title' => t('Remove "None selected"'),
78      '#default_value' => variable_get('views_checkboxes_remove_none', FALSE),      '#default_value' => variable_get('views_checkboxes_remove_none', FALSE),
79      '#description' => t('Remove the "None selected" option which may othewise appear in Taxonomy lists.'),      '#description' => t('Remove the "None selected" option which may otherwise appear in Taxonomy lists.'),
80    );    );
81    
82    return system_settings_form($form);    return system_settings_form($form);

Legend:
Removed from v.1.8.2.9  
changed lines
  Added in v.1.8.2.10

  ViewVC Help
Powered by ViewVC 1.1.2