Project

General

Profile

« Previous | Next » 

Revision 1ce9afb7

Added by Patric Plitzner over 9 years ago

reintegrated campanula drupal branch

View differences:

7.x/modules/cdm_dataportal/theme/cdm_dataportal.taxon.theme
523 523
          case UUID_LATER_HOMONYM :
524 524
              $elementTaxonBasesUuid = isset ($element->toName->taxonBases [0]->uuid) ? $element->toName->taxonBases [0]->uuid : '';
525 525

  
526
              //from relation ships -> only shown at after fromName-synonym
526
              //from relation ships -> only shown at fromName-synonym
527 527
              if ($taxon->name->uuid == $element->fromName->uuid) {
528 528
                  $taxon_html = theme('cdm_taxonName', array(
529 529
                      'taxonName' => $element->toName,
......
534 534
          case UUID_TREATED_AS_LATER_HOMONYM :
535 535
              $elementTaxonBasesUuid = isset ($element->toName->taxonBases [0]->uuid) ? $element->toName->taxonBases [0]->uuid : '';
536 536

  
537
              //from relation ships -> only shown at after fromName-synonym
537
              //from relation ships -> only shown at fromName-synonym
538 538
              if ($taxon->name->uuid == $element->fromName->uuid) {
539 539
                  $taxon_html = theme('cdm_taxonName', array(
540 540
                      'taxonName' => $element->toName,
......
545 545
          case UUID_BLOCKING_NAME_FOR :
546 546
              $elementTaxonBasesUuid = isset ($element->fromName->taxonBases [0]->uuid) ? $element->fromName->taxonBases [0]->uuid : '';
547 547

  
548
              //to relation ships -> only shown at after toName-synonym
548
              //to relation ships -> only shown at toName-synonym
549 549
              if ($taxon->name->uuid == $element->toName->uuid) {
550 550
                  $taxon_html = theme('cdm_taxonName', array(
551 551
                      'taxonName' => $element->fromName,

Also available in: Unified diff