|
|
|
@ -25,7 +25,7 @@ class formClass {
|
|
|
|
|
$items = array(); |
|
|
|
|
|
|
|
|
|
$items['admin/settings/fedora_repository'] = array( |
|
|
|
|
'title' => t('Islandora Configure'), |
|
|
|
|
'title' => t('Islandora Configuration'), |
|
|
|
|
'description' => t('Enter the Islandora Collection information here'), |
|
|
|
|
'page callback' => 'drupal_get_form', |
|
|
|
|
'page arguments' => array('fedora_repository_admin'), |
|
|
|
@ -45,11 +45,11 @@ class formClass {
|
|
|
|
|
'description' => t('Install content models and collections required by installed solution packs.'), |
|
|
|
|
'page callback' => 'fedora_repository_solution_packs_page', |
|
|
|
|
'access arguments' => array('add fedora datastreams'), |
|
|
|
|
'file' => 'fedora_repository.solutionpacks.inc', |
|
|
|
|
'file' => 'core/fedora_repository.solutionpacks.inc', |
|
|
|
|
'type' => MENU_LOCAL_TASK, |
|
|
|
|
); |
|
|
|
|
|
|
|
|
|
$items['islandoracm.xsd'] = array( |
|
|
|
|
$items['xsl/islandoracm.xsd'] = array( |
|
|
|
|
'title' => t('Islandora Content Model XML Schema Definition'), |
|
|
|
|
'page callback' => 'fedora_repository_display_schema', |
|
|
|
|
'page arguments' => array('islandoracm.xsd'), |
|
|
|
@ -57,7 +57,7 @@ class formClass {
|
|
|
|
|
'access arguments' => array('view fedora collection'), |
|
|
|
|
); |
|
|
|
|
|
|
|
|
|
$items['collection_policy.xsd'] = array( |
|
|
|
|
$items['xsl/collection_policy.xsd'] = array( |
|
|
|
|
'title' => t('Islandora Content Model XML Schema Definition'), |
|
|
|
|
'page callback' => 'fedora_repository_display_schema', |
|
|
|
|
'page arguments' => array('collection_policy.xsd'), |
|
|
|
|