|
@@ -313,11 +313,11 @@ function tripal_natural_diversity_views_default_views() {
|
|
'default' => '-1',
|
|
'default' => '-1',
|
|
));
|
|
));
|
|
$handler = $view->new_display('page', 'Page', 'page_1');
|
|
$handler = $view->new_display('page', 'Page', 'page_1');
|
|
- $handler->override_option('path', 'natdiv_experiments');
|
|
|
|
|
|
+ $handler->override_option('path', 'chado/natdiv_experiments');
|
|
$handler->override_option('menu', array(
|
|
$handler->override_option('menu', array(
|
|
'type' => 'normal',
|
|
'type' => 'normal',
|
|
'title' => 'Natural Diversity Experiments',
|
|
'title' => 'Natural Diversity Experiments',
|
|
- 'description' => '',
|
|
|
|
|
|
+ 'description' => 'A single assay resulting in a single genotype or phenotype. Multiple assays resulting in an entire experiment should be grouped together as a project.',
|
|
'weight' => '10',
|
|
'weight' => '10',
|
|
'name' => 'navigation',
|
|
'name' => 'navigation',
|
|
));
|
|
));
|
|
@@ -333,7 +333,7 @@ function tripal_natural_diversity_views_default_views() {
|
|
// List geolocations
|
|
// List geolocations
|
|
$view = new view;
|
|
$view = new view;
|
|
$view->name = 'geolocation_listing';
|
|
$view->name = 'geolocation_listing';
|
|
- $view->description = 'A listing of locations where natural diversity experiments took place';
|
|
|
|
|
|
+ $view->description = 'A listing of locations where natural diversity experiments took place.';
|
|
$view->tag = 'chado default';
|
|
$view->tag = 'chado default';
|
|
$view->base_table = 'nd_geolocation';
|
|
$view->base_table = 'nd_geolocation';
|
|
$view->core = 6;
|
|
$view->core = 6;
|
|
@@ -699,11 +699,11 @@ function tripal_natural_diversity_views_default_views() {
|
|
'default' => 'description',
|
|
'default' => 'description',
|
|
));
|
|
));
|
|
$handler = $view->new_display('page', 'Page', 'page_1');
|
|
$handler = $view->new_display('page', 'Page', 'page_1');
|
|
- $handler->override_option('path', 'natdiv_geolocations');
|
|
|
|
|
|
+ $handler->override_option('path', 'chado/natdiv_geolocations');
|
|
$handler->override_option('menu', array(
|
|
$handler->override_option('menu', array(
|
|
'type' => 'normal',
|
|
'type' => 'normal',
|
|
- 'title' => 'Geographical Locations',
|
|
|
|
- 'description' => '',
|
|
|
|
|
|
+ 'title' => 'Locations',
|
|
|
|
+ 'description' => 'Geographical locations in which natural diversity experiments might be performed.',
|
|
'weight' => '10',
|
|
'weight' => '10',
|
|
'name' => 'navigation',
|
|
'name' => 'navigation',
|
|
));
|
|
));
|
|
@@ -836,7 +836,7 @@ function tripal_natural_diversity_views_default_views() {
|
|
'default' => 'name',
|
|
'default' => 'name',
|
|
));
|
|
));
|
|
$handler = $view->new_display('page', 'Page', 'page_1');
|
|
$handler = $view->new_display('page', 'Page', 'page_1');
|
|
- $handler->override_option('path', 'natdiv_protocols');
|
|
|
|
|
|
+ $handler->override_option('path', 'chado/natdiv_protocols');
|
|
$handler->override_option('menu', array(
|
|
$handler->override_option('menu', array(
|
|
'type' => 'normal',
|
|
'type' => 'normal',
|
|
'title' => 'Protocols',
|
|
'title' => 'Protocols',
|
|
@@ -1050,7 +1050,7 @@ function tripal_natural_diversity_views_default_views() {
|
|
$handler->override_option('use_pager', '1');
|
|
$handler->override_option('use_pager', '1');
|
|
$handler->override_option('style_plugin', 'table');
|
|
$handler->override_option('style_plugin', 'table');
|
|
$handler = $view->new_display('page', 'Page', 'page_1');
|
|
$handler = $view->new_display('page', 'Page', 'page_1');
|
|
- $handler->override_option('path', 'natdiv_reagents');
|
|
|
|
|
|
+ $handler->override_option('path', 'chado/natdiv_reagents');
|
|
$handler->override_option('menu', array(
|
|
$handler->override_option('menu', array(
|
|
'type' => 'normal',
|
|
'type' => 'normal',
|
|
'title' => 'Reagents',
|
|
'title' => 'Reagents',
|