develop #24

Merged
blaerf merged 39 commits from develop into main 2025-12-05 09:20:22 +00:00
Showing only changes of commit e0cd5591c5 - Show all commits

View File

@ -44,7 +44,7 @@ declare(strict_types=1);
</div>
<div class="card-body">
<div class="table-responsive">
<table class="table table-bordered" id="usersTable" width="100%" cellspacing="0">
<table class="table table-bordered" id="usersTable">
<thead>
<tr>
<th><input type="checkbox" name="selectAllUsers"></th>
@ -83,7 +83,7 @@ declare(strict_types=1);
</div>
<div class="card-body">
<div class="table-responsive">
<table class="table table-bordered" id="groupsTable" width="100%" cellspacing="0">
<table class="table table-bordered" id="groupsTable">
<thead>
<tr>
<th>Gruppenname (sAMAccountName)</th>