Index: term_fields.module
===================================================================
RCS file: /cvs/drupal-contrib/contributions/modules/term_fields/term_fields.module,v
retrieving revision 1.7.2.3
diff -u -r1.7.2.3 term_fields.module
--- term_fields.module	26 Oct 2009 17:40:50 -0000	1.7.2.3
+++ term_fields.module	30 Oct 2009 18:59:24 -0000
@@ -80,7 +80,6 @@
       '#title' => 'Term Fields',
       '#collapsed' => TRUE,
       '#collapsible' => TRUE,
-      '#weight' => 1
     );
       
     // get all fields for this vocabulary
@@ -179,8 +178,6 @@
         '#value' => t('There are no fields defined for the vocabulary that this term is a part of.')
       );
     }
-    $form['submit']['#weight'] = 10;
-    $form['delete']['#weight'] = 10;
   }
 }
 
