Revision c359043a
Added by Andreas Kohlbecker over 7 years ago
modules/cdm_dataportal/cdm_dataportal.css | ||
---|---|---|
776 | 776 |
display: block; |
777 | 777 |
} |
778 | 778 |
|
779 |
|
|
780 |
|
|
781 | 779 |
/* |
782 | 780 |
* Overriding default style from drupal? |
783 | 781 |
* This prohibits select elements from overflowing the parent container |
modules/cdm_dataportal/settings.php | ||
---|---|---|
2096 | 2096 |
|
2097 | 2097 |
$form['taxon_profile']['distribution_layout'][DISTRIBUTION_ORDER_MODE] = array( |
2098 | 2098 |
'#type' => 'radios', |
2099 |
'#title' => t('Textal distribution mode') . ':',
|
|
2099 |
'#title' => t('Display mode') . ':',
|
|
2100 | 2100 |
'#default_value' => variable_get(DISTRIBUTION_ORDER_MODE, DISTRIBUTION_ORDER_MODE_DEFAULT), |
2101 | 2101 |
'#options' => array( |
2102 | 2102 |
'FLAT_ALPHA' => t('Flat list'), |
Also available in: Unified diff
settings ui text change