|
|
@ -33,7 +33,6 @@ function islandora_basic_image_form($node, array &$form_state) { |
|
|
|
* Implements hook_form_FORM_ID_alter(). |
|
|
|
* Implements hook_form_FORM_ID_alter(). |
|
|
|
*/ |
|
|
|
*/ |
|
|
|
function islandora_basic_image_form_islandora_basic_image_node_form_alter(&$form, array &$form_state, $form_id) { |
|
|
|
function islandora_basic_image_form_islandora_basic_image_node_form_alter(&$form, array &$form_state, $form_id) { |
|
|
|
dpm($form); |
|
|
|
|
|
|
|
$form['title']['#weight'] = -6; |
|
|
|
$form['title']['#weight'] = -6; |
|
|
|
$form['obj'] = array( |
|
|
|
$form['obj'] = array( |
|
|
|
'#type' => 'file', |
|
|
|
'#type' => 'file', |
|
|
|