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

Diff of /contributions/modules/node_form_rearrange/node_form_rearrange.module

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

revision 1.4, Thu Sep 3 21:07:26 2009 UTC revision 1.5, Thu Sep 3 21:44:30 2009 UTC
# Line 127  function node_form_rearrange_content_ext Line 127  function node_form_rearrange_content_ext
127          $extra["taxonomy_field_tags_$vocabulary->vid"] = array(          $extra["taxonomy_field_tags_$vocabulary->vid"] = array(
128          'label' => $vocabulary->name,          'label' => $vocabulary->name,
129          'description' => t('Individual field for %vocabularyname vocabulary, disables Taxonomy group ', array('%vocabularyname' => $vocabulary->name)),          'description' => t('Individual field for %vocabularyname vocabulary, disables Taxonomy group ', array('%vocabularyname' => $vocabulary->name)),
130          'weight' => -5);          'weight' => 0);
131        }        }
132        else {        else {
133          $extra["taxonomy_field_$vocabulary->vid"] = array(          $extra["taxonomy_field_$vocabulary->vid"] = array(
134            'label' => $vocabulary->name,            'label' => $vocabulary->name,
135            'description' => t('Individual field for %vocabularyname vocabulary, disables Taxonomy group', array('%vocabularyname' => $vocabulary->name)),            'description' => t('Individual field for %vocabularyname vocabulary, disables Taxonomy group', array('%vocabularyname' => $vocabulary->name)),
136            'weight' => -5);            'weight' => 0);
137        }        }
138      }      }
139    }      $extra['author'] = array(
140            'label' => 'Authoring information',
141            'description' => t('Node module form'),
142            'weight' => 20);
143        $extra['options'] = array(
144            'label' => 'Publishing options',
145            'description' => t('Node module form'),
146            'weight' => 25);
147        }
148    return $extra;    return $extra;
149  }  }
150    

Legend:
Removed from v.1.4  
changed lines
  Added in v.1.5

  ViewVC Help
Powered by ViewVC 1.1.2