|
@@ -21,6 +21,7 @@ function tripal_get_importer_form($form, &$form_state, $class) {
|
|
'#type' => 'fieldset',
|
|
'#type' => 'fieldset',
|
|
'#title' => t($class::$upload_title),
|
|
'#title' => t($class::$upload_title),
|
|
'#description' => t($class::$upload_description)
|
|
'#description' => t($class::$upload_description)
|
|
|
|
+ '#weight' => -15,
|
|
);
|
|
);
|
|
}
|
|
}
|
|
|
|
|
|
@@ -91,6 +92,7 @@ function tripal_get_importer_form($form, &$form_state, $class) {
|
|
'a minimum it indicates the source of the data.'),
|
|
'a minimum it indicates the source of the data.'),
|
|
'#required' => $class::$require_analysis,
|
|
'#required' => $class::$require_analysis,
|
|
'#options' => $analyses,
|
|
'#options' => $analyses,
|
|
|
|
+ '#weight' => -14,
|
|
);
|
|
);
|
|
}
|
|
}
|
|
|
|
|