/[drupal]/contributions/modules/rules/rules/modules/taxonomy.rules_forms.inc
ViewVC logotype

Diff of /contributions/modules/rules/rules/modules/taxonomy.rules_forms.inc

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

revision 1.1.2.9, Fri Jul 10 13:05:33 2009 UTC revision 1.1.2.10, Thu Sep 10 10:57:54 2009 UTC
# Line 1  Line 1 
1  <?php  <?php
2  // $Id: taxonomy.rules_forms.inc,v 1.1.2.8 2009/06/27 12:05:44 fago Exp $  // $Id: taxonomy.rules_forms.inc,v 1.1.2.9 2009/07/10 13:05:33 fago Exp $
3    
4    
5  /**  /**
# Line 125  function rules_action_taxonomy_load_voca Line 125  function rules_action_taxonomy_load_voca
125    );    );
126    $form['settings']['vocabulary']['vocab_text'] = array(    $form['settings']['vocabulary']['vocab_text'] = array(
127      '#type' => 'textarea',      '#type' => 'textarea',
128      '#title' => t('Select by term id'),      '#title' => t('Select by vocabulary id'),
129      '#default_value' => !empty($settings['vocabulary']['vocab_text']) ? $settings['vocabulary']['vocab_text'] : '',      '#default_value' => !empty($settings['vocabulary']['vocab_text']) ? $settings['vocabulary']['vocab_text'] : '',
130      '#disabled' => empty($options),      '#disabled' => empty($options),
131      '#description' => t('Optional: Enter the vocabulary id (<em>not the vocabulary name</em>) that should be loaded . If this field is used, the "Select a vocabulary" field will be ignored.'),      '#description' => t('Optional: Enter the vocabulary id (<em>not the vocabulary name</em>) that should be loaded. If this field is used, the "Select a vocabulary" field will be ignored.'),
132    );    );
133  }  }
134    

Legend:
Removed from v.1.1.2.9  
changed lines
  Added in v.1.1.2.10

  ViewVC Help
Powered by ViewVC 1.1.2