Project

General

Profile

« Previous | Next » 

Revision 2d78d276

Added by Andreas Kohlbecker over 4 years ago

ref #8787 uncommenting previously implemented improved display of exact values

View differences:

modules/cdm_dataportal/includes/descriptions.inc
1353 1353
          $sample_size_markup = '<span class="' . html_class_attribute_ref($statistical_val) . ' ' . $statistical_val->type->termType . ' ">'
1354 1354
            . '[' . $statistical_val->_value . ']</span>';
1355 1355
          break;
1356
//        case 'ExactValue':
1357
//          $value_markup = '<span class="' . html_class_attribute_ref($statistical_val) . ' ' . $statistical_val->type->termType . ' ">'
1358
//            . $statistical_val->_value . '</span>';
1359
//          break;
1356
        case 'ExactValue':
1357
          $value_markup = '<span class="' . html_class_attribute_ref($statistical_val) . ' ' . $statistical_val->type->termType . ' ">'
1358
            . $statistical_val->_value . '</span>';
1359
          break;
1360 1360
        default:
1361 1361
        $value_markup = '<span class="' . html_class_attribute_ref($statistical_val) . ' ' . $statistical_val->type->termType . ' ">'
1362 1362
          . $statistical_val->_value . '</span>';
......
2297 2297
            $source_link_markup = render_cdm_entity_link($cdm_source_entity);
2298 2298
            break;
2299 2299
          default:
2300
            $source_link_markup = '<span class="error">unhandled CdmSource</span>';
2300
            $source_link_markup = '<span class="error">Unhandled CdmSource</span>';
2301 2301
        }
2302 2302
        $items[$cdm_source_entity->titleCache] = [
2303 2303
          'data' => $source_link_markup

Also available in: Unified diff