diff --git a/formClass.inc b/formClass.inc index fed6d2aa..a0fed3e6 100644 --- a/formClass.inc +++ b/formClass.inc @@ -42,9 +42,9 @@ class formClass { ); $items['admin/settings/fedora_repository/demoobjects'] = array( - 'title' => t('Install demos'), - 'description' => t('Install example content models and collections to get started using Islandora and Fedora.'), - 'page callback' => 'fedora_repository_install_demos_page', + 'title' => t('Solution Packs'), + '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'), 'type' => MENU_LOCAL_TASK, ); diff --git a/plugins/islandora_newspaper/islandora_newspaper.module b/plugins/islandora_newspaper/islandora_newspaper.module index b3d9bbc7..8a7fe1e9 100644 --- a/plugins/islandora_newspaper/islandora_newspaper.module +++ b/plugins/islandora_newspaper/islandora_newspaper.module @@ -1 +1,39 @@ "$module_path/newspapers_issueCModel.xml", + 'pid' => NULL, + 'dsid' => NULL, + 'datastream_file' => NULL, + 'dsversion' => NULL, + ), + array( + 'foxml_file' => "$module_path/newspapers_pageCModel.xml", + 'pid' => NULL, + 'dsid' => NULL, + 'datastream_file' => NULL, + 'dsversion' => NULL, + ), + array( + 'foxml_file' => "$module_path/newspapers_viewerSdep-issueCModel.xml", + 'pid' => NULL, + 'dsid' => NULL, + 'datastream_file' => NULL, + 'dsversion' => NULL, + ), + array( + 'foxml_file' => "$module_path/newspapers_viewerSdep-pageCModel.xml", + 'pid' => NULL, + 'dsid' => NULL, + 'datastream_file' => NULL, + 'dsversion' => NULL, + ), + ); +} \ No newline at end of file