Project

General

Profile

« Previous | Next » 

Revision e353e8f5

Added by Andreas Kohlbecker over 12 years ago

bugfix for #2679 (Improve Concept Relationships for Dataportal)

View differences:

5.x/modules/cdm_dataportal/settings.php
454 454

  
455 455
  $annotationTypeOptions = cdm_Vocabulary_as_option(UUID_ANNOTATION_TYPE);
456 456
  // additional option for the null case
457
  $annotationTypeOptions['NULL_VALUE']=t('unset (null)');
457
  $annotationTypeOptions['NULL_VALUE']=t('untyped');
458 458
  $form['gen_layout']['footnotes']['annotations_types_as_footnotes'] = array(
459 459
      '#type' => 'checkboxes',
460 460
      '#title' => t('Annotation types as footnotes'),
461
      '#description' => t('Only annotations of the selected type will be displayed as footnotes. You may want to turn \'technical annotations\' off. Untyped annotations will always be displayed.'),
461
      '#description' => t('Only annotations of the selected type will be displayed as footnotes. You may want to turn \'technical annotations\' off.'),
462 462
      '#options' => $annotationTypeOptions,
463 463
      '#default_value' => variable_get('annotations_types_as_footnotes', unserialize(ANNOTATIONS_TYPES_AS_FOOTNOTES_DEFAULT))
464 464

  

Also available in: Unified diff