Actions
feature request #6278
closedPhycoBank - bug #6069: DataPortal for Registry
add sec reference as class attribute to all taxon markup
Status:
Closed
Priority:
Highest
Assignee:
Category:
cdm-dataportal
Target version:
Start date:
Due date:
% Done:
50%
Estimated time:
Severity:
major
Description
This is needed to be able to style the taxa related to a specific scref differently. The taxa with the 'phycobank' secRef should be styled with grey font color.
Related issues
Updated by Andreas Kohlbecker over 6 years ago
- Tracker changed from bug to feature request
- Project changed from PhycoBank to EDIT
- Category set to cdm-dataportal
- Priority changed from New to Highest
- Target version set to Release 4.5
- Severity set to major
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|4b3be949345d1350fc13ff2e39a908f3c2e84a77.
Updated by Andreas Kohlbecker over 6 years ago
implemented!
The taxa with the phycobank sec reference can be styled with the following css (for test database):
/* all taxa with sec referene phycobank in grey */
.sec_uuid\:1ad5bde3-f753-498b-8430-e09980a1e2c5,
.block .sec_uuid\:1ad5bde3-f753-498b-8430-e09980a1e2c5 a:link,
.block .sec_uuid\:1ad5bde3-f753-498b-8430-e09980a1e2c5 a:visited,
.block .sec_uuid\:1ad5bde3-f753-498b-8430-e09980a1e2c5 .node a:link,
.block .sec_uuid\:1ad5bde3-f753-498b-8430-e09980a1e2c5 .node a:visited {
color: #bbb !important;
}
Updated by Andreas Kohlbecker about 6 years ago
- Related to task #6277: use nomenclatural reference as sec. references instead of IAPT added
Updated by Andreas Kohlbecker about 6 years ago
- Status changed from Resolved to Closed
Actions