Revision 6441ddfb
Added by Andreas Kohlbecker almost 7 years ago
modules/cdm_dataportal/cdm_dataportal.module | ||
---|---|---|
1571 | 1571 |
* Creates a page with the search form for searching by taxon descriptions. |
1572 | 1572 |
*/ |
1573 | 1573 |
function cdm_dataportal_view_search_taxon_by_description() { |
1574 |
drupal_set_title(t('Search by description full text'), PASS_THROUGH);
|
|
1574 |
drupal_set_title(t('Search by factual data'), PASS_THROUGH);
|
|
1575 | 1575 |
return drupal_get_form('cdm_dataportal_search_taxon_by_description_form'); |
1576 | 1576 |
} |
1577 | 1577 |
|
Also available in: Unified diff
search ui text change