mirror of
https://github.com/LD-Reborn/Berufsschule_HAM.git
synced 2025-12-20 06:51:55 +00:00
Fixed user edit modal accessibility issues
This commit is contained in:
@@ -172,51 +172,51 @@
|
||||
<div class="row g-3">
|
||||
<h4 class="fw-bold">@T["Personal information"]</h4>
|
||||
<div class="col-md-6">
|
||||
<label class="form-label">@T["Title"]</label>
|
||||
<label class="form-label" for="updateTitle">@T["Title"]</label>
|
||||
<input type="text" id="updateTitle" name="Title" class="form-control" />
|
||||
</div>
|
||||
<div class="col-md-6">
|
||||
<label class="form-label">@T["Name"]</label>
|
||||
<label class="form-label" for="updateName">@T["Name"]</label>
|
||||
<input type="text" id="updateName" name="Cn" class="form-control" />
|
||||
</div>
|
||||
<div class="col-md-6">
|
||||
<label class="form-label">@T["Surname"]</label>
|
||||
<label class="form-label" for="updateSurname">@T["Surname"]</label>
|
||||
<input type="text" id="updateSurname" name="Sn" class="form-control" />
|
||||
</div>
|
||||
<div class="col-md-6">
|
||||
<label class="form-label">@T["Birth Date"]</label>
|
||||
<label class="form-label" for="updateBirthdate">@T["Birth Date"]</label>
|
||||
<input type="text" id="updateBirthdate" name="Description.BirthDate" class="form-control" />
|
||||
</div>
|
||||
<div class="col-md-6">
|
||||
<label class="form-label">@T["City"]</label>
|
||||
<label class="form-label" for="updateAddressCity">@T["City"]</label>
|
||||
<input type="text" id="updateAddressCity" name="Description.Address.City" class="form-control" />
|
||||
</div>
|
||||
<div class="col-md-6">
|
||||
<label class="form-label">@T["Street"]</label>
|
||||
<label class="form-label" for="updateAddressStreet">@T["Street"]</label>
|
||||
<input type="text" id="updateAddressStreet" name="Description.Address.Street" class="form-control" />
|
||||
</div>
|
||||
<div class="col-md-6">
|
||||
<label class="form-label">@T["Street Nr."]</label>
|
||||
<label class="form-label" for="updateAddressStreetNr">@T["Street Nr."]</label>
|
||||
<input type="text" id="updateAddressStreetNr" name="Description.Address.StreetNr" class="form-control" />
|
||||
</div>
|
||||
<hr class="my-3">
|
||||
<h4 class="fw-bold">@T["Workplace & account"]</h4>
|
||||
<div class="col-md-6">
|
||||
<label class="form-label">@T["Workplace"]</label>
|
||||
<label class="form-label" for="updateWorkplace">@T["Workplace"]</label>
|
||||
<select class="form-select" id="updateWorkplace" name="Description.Workplace">
|
||||
<option value="">@T["Select location"]</option>
|
||||
</select>
|
||||
</div>
|
||||
<div class="col-md-6">
|
||||
<label class="form-label">@T["Groups"]</label>
|
||||
<label class="form-label" for="updateGroups">@T["Groups"]</label>
|
||||
<select id="updateGroups" name="Description.Groups" class="form-select" multiple></select>
|
||||
</div>
|
||||
<div class="col-md-6">
|
||||
<label class="form-label">@T["New Password"]</label>
|
||||
<label class="form-label" for="updatePassword">@T["New Password"]</label>
|
||||
<input type="password" id="updatePassword" name="UserPassword" class="form-control" />
|
||||
</div>
|
||||
<div class="col-md-6">
|
||||
<label class="form-label">@T["Photo"]</label>
|
||||
<label class="form-label" for="updatePhotoFile">@T["Photo"]</label>
|
||||
<input type="file" id="updatePhotoFile" accept="image/*" class="form-control" />
|
||||
<input type="hidden" id="updateJpegPhoto" name="JpegPhoto" />
|
||||
<div class="mt-2 text-center">
|
||||
|
||||
Reference in New Issue
Block a user