|
|
@ -218,7 +218,7 @@ class formClass { |
|
|
|
$form['fedora_repository_pid'] = array( |
|
|
|
$form['fedora_repository_pid'] = array( |
|
|
|
'#type' => 'textfield', |
|
|
|
'#type' => 'textfield', |
|
|
|
'#title' => t('Default collection PID'), |
|
|
|
'#title' => t('Default collection PID'), |
|
|
|
'#default_value' => variable_get('fedora_repository_pid', 'islandora:top'), |
|
|
|
'#default_value' => variable_get('fedora_repository_pid', 'islandora:root'), |
|
|
|
'#description' => t('The PID of the collection object to grab the list of items from'), |
|
|
|
'#description' => t('The PID of the collection object to grab the list of items from'), |
|
|
|
'#required' => TRUE, |
|
|
|
'#required' => TRUE, |
|
|
|
'#weight' => -2 |
|
|
|
'#weight' => -2 |
|
|
|