|
@@ -190,7 +190,8 @@ function chado_node_relationships_form(&$form, &$form_state, $details) {
|
|
|
remove a relationship, click the remove button. ' . $details['additional_instructions'],
|
|
|
array('%nodetype' => $details['nodetype'], '%nodetype_plural' => $details['nodetype_plural'])),
|
|
|
'#prefix' => "<div id='relationships-fieldset'>",
|
|
|
- '#suffix' => '</div>'
|
|
|
+ '#suffix' => '</div>',
|
|
|
+ '#weight' => 10
|
|
|
);
|
|
|
|
|
|
// this form element is a tree, so that we don't puke all of the values into then node variable
|