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

Diff of /contributions/modules/voting/voting.module

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

revision 1.6, Tue Jul 11 00:23:32 2006 UTC revision 1.7, Mon Sep 25 16:40:35 2006 UTC
# Line 56  function voting_settings() { Line 56  function voting_settings() {
56                  '#options' => array(t('Display above the node'), t('Display below the node'), t('Do not display')),                  '#options' => array(t('Display above the node'), t('Display below the node'), t('Do not display')),
57                  '#description' => t('Position of the voting control.  Select "Do not display" if you are calling the voting module function directly from your theme and/or module code.'),                  '#description' => t('Position of the voting control.  Select "Do not display" if you are calling the voting module function directly from your theme and/or module code.'),
58          );          );
59          $form['general']['voting_location'] = array(          $form['general']['voting_show_in_teaser'] = array(
60                  '#type' => 'radios',                  '#type' => 'radios',
61                  '#title' => t('Show voting in teaser'),                  '#title' => t('Show voting in teaser'),
62                  '#default_value' => variable_get('voting_show_in_teaser', 0),                  '#default_value' => variable_get('voting_show_in_teaser', 0),

Legend:
Removed from v.1.6  
changed lines
  Added in v.1.7

  ViewVC Help
Powered by ViewVC 1.1.2