Revision 90a76081
Added by Andreas Kohlbecker almost 7 years ago
modules/cdm_dataportal/cdm_dataportal.module | ||
---|---|---|
450 | 450 |
); |
451 | 451 |
|
452 | 452 |
$items['cdm_dataportal/search/advanced'] = array( |
453 |
'title' => 'Advanced',
|
|
453 |
'title' => t('Advanced'),
|
|
454 | 454 |
'page callback' => 'cdm_dataportal_view_search_advanced', |
455 | 455 |
'access arguments' => array('access content'), |
456 | 456 |
'type' => MENU_DEFAULT_LOCAL_TASK, |
457 | 457 |
); |
458 | 458 |
|
459 | 459 |
$items['cdm_dataportal/search/taxon_by_description'] = array( |
460 |
'title' => 'By factual data',
|
|
460 |
'title' => t('By factual data'),
|
|
461 | 461 |
'page callback' => 'cdm_dataportal_view_search_taxon_by_description', |
462 | 462 |
'access arguments' => array('access content'), |
463 | 463 |
'type' => MENU_LOCAL_TASK, |
Also available in: Unified diff
search tabs translatable