Table-Tags aktualisiert

This commit is contained in:
blaerf 2025-12-04 20:28:17 +01:00
parent e82c2c041a
commit e0cd5591c5

View File

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