update to bootstrap 5.2.3

This commit is contained in:
Joey Kimsey
2024-12-09 20:00:22 -05:00
parent 4ab9d33b01
commit b3018de907
42 changed files with 310 additions and 116 deletions

View File

@ -3,13 +3,13 @@
href="#"
class="nav-link dropdown-toggle"
id="userDropdown"
role="button"
data-toggle="dropdown"
data-bs-toggle="dropdown"
aria-haspopup="true"
aria-expanded="false">
<i class="fa fa-user"></i>
</a>
<div class="dropdown-menu dropdown-menu-right" aria-labelledby="userDropdown">
<div class="dropdown-menu dropdown-menu-end" aria-labelledby="userDropdown">
<form method="post" action="{ROOT_URL}home/login" id="signin" class="px-4 py-3">
<input type="hidden" name="rurl" id="rurl" value="{CURRENT_URL}">
<input type="hidden" name="token" value="{TOKEN}">