Actions
feature request #6288
closedharmonize CommonName feature block elements
Status:
Closed
Priority:
Highest
Assignee:
Category:
cdm-dataportal
Target version:
Start date:
Due date:
% Done:
100%
Estimated time:
Severity:
normal
Description
- The area label should be in its own
span
dom element with class attributearea-label
The area label and language label are properties of the description element and thus should go inside of the--> rejected! This makes no sense since the common names are grouped by name, so the lables must be separate.DescriptionElement-CommonTaxonName
span
element.
Once implemented apply the following css to the salvador portal:
#block-cdm-dataportal-feature-common-name .language-area-label {
display:none;
}
... and consider setting the areas again in the salvador DB.
Updated by Andreas Kohlbecker over 6 years ago
- Status changed from New to Resolved
- % Done changed from 0 to 50
Applied in changeset cdm-dataportal|a20ddbc40ff8c0cd4ab5de022de3085606c2b512.
Updated by Andreas Kohlbecker over 6 years ago
- Description updated (diff)
I put the area and language label in one common span element which now has a different class attribute: language-area-label
.
Changing the issue description accordingly.
Updated by Andreas Kohlbecker over 6 years ago
- Status changed from Resolved to Closed
Actions