Revision 722b1688
Added by Andreas Kohlbecker over 7 years ago
modules/cdm_dataportal/cdm_dataportal.module | ||
---|---|---|
457 | 457 |
); |
458 | 458 |
|
459 | 459 |
$items['cdm_dataportal/search/taxon_by_description'] = array( |
460 |
'title' => 'By description full text',
|
|
460 |
'title' => '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, |
modules/cdm_dataportal/cdm_dataportal.search.php | ||
---|---|---|
289 | 289 |
'#type' => 'fieldset', |
290 | 290 |
'#title' => t('Filter by distribution areas'), |
291 | 291 |
'#description' => t('The search will return taxa having distribution |
292 |
information for at least one of the chosen areas. The areas are grouped |
|
293 |
by the vocabularies to which the highest level areas belong.'), |
|
292 |
information for at least one of the selected areas.') . ' ' |
|
293 |
.(count($term_tree) > 1 ? t('The areas are grouped |
|
294 |
by the vocabularies to which the highest level areas belong.') : ''), |
|
294 | 295 |
); |
295 | 296 |
$form['search']['areas']['areas_filter'] = array( |
296 | 297 |
'#type' => 'textfield', |
297 |
'#description' => t('Enter an area name or abbreviation to filter the areas listed below.'),
|
|
298 |
'#description' => t('Type to filter the areas listed below.'),
|
|
298 | 299 |
); |
299 | 300 |
$vocab_cnt = 0; |
300 | 301 |
$areas_defaults = array(); |
Also available in: Unified diff
ui text changes