Skip to content
Snippets Groups Projects
Commit a334d536 authored by Florian Spreckelsen's avatar Florian Spreckelsen
Browse files

FIX: Use correct xsl value for caosdb-label-name class

parent 76e4354d
No related branches found
No related tags found
2 merge requests!68DOC: update CHANGELOG,!64ENH: Add entity ids to label
Pipeline #18154 passed
......@@ -279,9 +279,16 @@ h5 {
left: 0px;
}
.caosdb-label-link {
text-decoration: none;
}
.caosdb-label-id {
margin-right: 0.3em;
}
.caosdb-label-name {
font-weight: bold;
text-decoration: none;
}
/* lists of values */
......
......@@ -146,12 +146,14 @@
</xsl:for-each>
</xsl:if>
</span>
<a class="caosdb-label-name" title="Open this Entity separately.">
<a class="caosdb-label-link" title="Open this Entity separately.">
<xsl:attribute name="href">
<xsl:value-of select="concat($entitypath, @id)"/>
</xsl:attribute>
<span class="caosdb-label-id d-none"><xsl:value-of select="@id"/>: </span>
<span class="caosdb-label-id d-none"><xsl:value-of select="@id"/></span>
<span class="caosdb-label-name">
<xsl:value-of select="@name"/>
</span>
</a>
<div class="caosdb-v-entity-header-buttons-list ms-auto">
<xsl:apply-templates mode="entity-heading-attributes-state" select="State">
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment