Project

General

Profile

« Previous | Next » 

Revision 09f028e2

Added by Andreas Kohlbecker about 5 years ago

ref #7562 removing "Associated with" name from Specimen table

View differences:

modules/cdm_dataportal/settings.php
2540 2540
    a collection and it can be expanded to get an overview of the specimens and their derivates.'),
2541 2541
  );
2542 2542

  
2543
    $form['taxon_specimens']['cdm_dataportal_compressed_specimen_derivate_table_page_size'] = array(
2544
        '#type' => 'textfield',
2545
        '#title' => t('Number of records per page') . ':',
2546
        '#default_value' => variable_get('cdm_dataportal_compressed_specimen_derivate_table_page_size', CDM_DATAPORTAL_COMPRESSED_SPECIMEN_DERIVATE_TABLE_PAGE_SIZE),
2547
    );
2548

  
2549
  $form['taxon_specimens']['cdm_dataportal_compressed_specimen_derivate_table_show_determined_as'] = array(
2550
    '#type' => 'checkbox',
2551
    '#title' => t('Show "Associated with" in specimen table.'),
2552
    '#default_value' => variable_get('cdm_dataportal_compressed_specimen_derivate_table_show_determined_as', CDM_DATAPORTAL_COMPRESSED_SPECIMEN_DERIVATE_TABLE_SHOW_DETERMINED_AS)
2543
  $form['taxon_specimens']['cdm_dataportal_compressed_specimen_derivate_table_page_size'] = array(
2544
      '#type' => 'textfield',
2545
      '#title' => t('Number of records per page') . ':',
2546
      '#default_value' => variable_get('cdm_dataportal_compressed_specimen_derivate_table_page_size', CDM_DATAPORTAL_COMPRESSED_SPECIMEN_DERIVATE_TABLE_PAGE_SIZE),
2553 2547
  );
2554 2548

  
2555 2549
  $featureTrees = cdm_get_featureTrees_as_options(TRUE);

Also available in: Unified diff