/[drupal]/contributions/modules/voting_actions/voting_actions_ui.inc
ViewVC logotype

Diff of /contributions/modules/voting_actions/voting_actions_ui.inc

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

revision 1.1.2.5, Fri Apr 20 16:25:34 2007 UTC revision 1.1.2.6, Fri Apr 20 19:46:32 2007 UTC
# Line 487  function voting_actions_condition_form($ Line 487  function voting_actions_condition_form($
487        '#title' => $condition_info['name'],        '#title' => $condition_info['name'],
488        '#description' => $condition_info['description'],        '#description' => $condition_info['description'],
489        '#attributes' => array('class' => 'container-inline'),        '#attributes' => array('class' => 'container-inline'),
       '#weight' => $condition['weight'],  
490        '#theme' => 'voting_actions_inline_form',        '#theme' => 'voting_actions_inline_form',
491      );      );
492    
# Line 499  function voting_actions_condition_form($ Line 498  function voting_actions_condition_form($
498      }      }
499    
500      $form['name'] = array(      $form['name'] = array(
501          '#type' => 'hidden',        '#type' => 'hidden',
502          '#value' => $condition['name'],        '#value' => $condition['name'],
503        );      );
504    
505      $form['weight'] = array(      $form['weight'] = array(
506        '#type' => 'hidden',        '#type' => 'hidden',

Legend:
Removed from v.1.1.2.5  
changed lines
  Added in v.1.1.2.6

  ViewVC Help
Powered by ViewVC 1.1.2