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

ENH: Add an id to the navbar element

parent 39b032fb
No related branches found
No related tags found
1 merge request!68DOC: update CHANGELOG
Checking pipeline status
...@@ -16,6 +16,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ...@@ -16,6 +16,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
entity ids together with their names if it is enabled (disabled by default). entity ids together with their names if it is enabled (disabled by default).
* Introduced `caosdb-f-form-required-marker` and `caosdb-f-form-required-label` * Introduced `caosdb-f-form-required-marker` and `caosdb-f-form-required-label`
css classes for the markers of required fields in CaosDB form elements. css classes for the markers of required fields in CaosDB form elements.
* The navbar has now an html id `caosdb-navbar-full`
### Changed (for changes in existing functionality) ### Changed (for changes in existing functionality)
......
...@@ -48,7 +48,7 @@ ...@@ -48,7 +48,7 @@
<xsl:with-param name="username"><xsl:value-of select="/Response/@username"/></xsl:with-param> <xsl:with-param name="username"><xsl:value-of select="/Response/@username"/></xsl:with-param>
</xsl:call-template> </xsl:call-template>
</xsl:if> </xsl:if>
<nav class="navbar navbar-expand-lg navbar-light bg-light sticky-top mb-2 flex-column"> <nav class="navbar navbar-expand-lg navbar-light bg-light sticky-top mb-2 flex-column" id="caosdb-navbar-full">
<noscript>Please enable JavaScript!</noscript> <noscript>Please enable JavaScript!</noscript>
<div class="container-fluid"> <div class="container-fluid">
<a class="navbar-brand" href="/"> <a class="navbar-brand" href="/">
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment