varius small things

This commit is contained in:
Simon Martens
2025-05-25 00:22:47 +02:00
parent 4e701d455a
commit d1ab30e387
8 changed files with 19 additions and 12 deletions

View File

@@ -177,11 +177,15 @@
required />
</div>
<div class="col-span-3 flex justify-end" x-bind:style="!openpw ? 'display:none' : ''">
<input type="checkbox" name="logout" id="logout" class="mr-2"
x-bind:style="!openpw ? 'display:none' : ''" />
<label for="logout" class="text-sm text-gray-700 font-bold">
</i><i class="ri-logout-box-line"></i> überall ausloggen
</label>
<input
type="checkbox"
name="logout"
id="logout"
class="mr-2"
x-bind:style="!openpw ? 'display:none' : ''" />
<label for="logout" class="text-sm text-gray-700 font-bold">
überall ausloggen <i class="ri-logout-box-line"></i>
</label>
</div>
<div class="col-span-1 col-start-2">
<a

View File

@@ -0,0 +1 @@
<title>Musenalm &ndash; Benutzer bearbeiten</title>