Skip to content
Snippets Groups Projects
Verified Commit 9e1472a6 authored by Timm Fitschen's avatar Timm Fitschen
Browse files

FIX: password change form (update to bootstrap 5)

parent b7113bfb
No related branches found
No related tags found
1 merge request!47Release v0.4.0
Pipeline #13539 passed
......@@ -135,7 +135,7 @@
<span id="caosdb-f-bookmarks-collection-counter" class="badge bg-secondary">0</span>
Bookmarks
</a>
<ul class="dropdown-menu dropdown-menu-light" aria-labelledby="navbarBookmarkMenuLink">
<ul class="dropdown-menu dropdown-menu-end dropdown-menu-light" aria-labelledby="navbarBookmarkMenuLink">
<li class="disabled" id="caosdb-f-bookmarks-collection-link"
title="Show all bookmarked entities.">
<a class="dropdown-item">Show all</a></li>
......@@ -234,10 +234,10 @@
<i class="bi-person-fill"></i>
<span class="caret"></span>
</a>
<ul class="dropdown-menu dropdown-menu-light">
<ul class="dropdown-menu dropdown-menu-end dropdown-menu-light">
<xsl:if test="/Response/@realm='${BUILD_MODULE_USER_MANAGEMENT_CHANGE_OWN_PASSWORD_REALM}'">
<li>
<a title="Change your password." href="#" data-toggle="modal" data-target="#caosdb-f-change-password-form">Change Password</a>
<a class="dropdown-item" title="Change your password." href="#" data-bs-toggle="modal" data-bs-target="#caosdb-f-change-password-form">Change Password</a>
</li>
</xsl:if>
<li>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment