mirror of
https://github.com/LD-Reborn/Berufsschule_HAM.git
synced 2025-12-20 06:51:55 +00:00
Fixed sub-headings not following heading order
This commit is contained in:
@@ -170,7 +170,7 @@
|
||||
<input type="hidden" id="updateUid" name="Uid" />
|
||||
|
||||
<div class="row g-3">
|
||||
<h6 class="fw-bold">@T["Personal information"]</h6>
|
||||
<h4 class="fw-bold">@T["Personal information"]</h4>
|
||||
<div class="col-md-6">
|
||||
<label class="form-label">@T["Title"]</label>
|
||||
<input type="text" id="updateTitle" name="Title" class="form-control" />
|
||||
@@ -200,7 +200,7 @@
|
||||
<input type="text" id="updateAddressStreetNr" name="Description.Address.StreetNr" class="form-control" />
|
||||
</div>
|
||||
<hr class="my-3">
|
||||
<h6 class="fw-bold">@T["Workplace & account"]</h6>
|
||||
<h4 class="fw-bold">@T["Workplace & account"]</h4>
|
||||
<div class="col-md-6">
|
||||
<label class="form-label">@T["Workplace"]</label>
|
||||
<select class="form-select" id="updateWorkplace" name="Description.Workplace">
|
||||
@@ -454,7 +454,7 @@
|
||||
<div class="modal-body">
|
||||
<form id="createForm">
|
||||
<div class="row g-3">
|
||||
<h6 class="fw-bold">@T["Personal information"]</h6>
|
||||
<h4 class="fw-bold">@T["Personal information"]</h4>
|
||||
<div class="col-md-6">
|
||||
<label class="form-label">@T["Title"]</label>
|
||||
<input type="text" name="Title" class="form-control" />
|
||||
@@ -484,7 +484,7 @@
|
||||
<input type="text" name="Description.Address.StreetNr" class="form-control" />
|
||||
</div>
|
||||
<hr class="my-3">
|
||||
<h6 class="fw-bold">@T["Workplace & account"]</h6>
|
||||
<h4 class="fw-bold">@T["Workplace & account"]</h4>
|
||||
<div class="col-md-6">
|
||||
<label class="form-label">@T["Workplace"]</label>
|
||||
<select class="form-select" name="Description.Workplace">
|
||||
@@ -682,7 +682,7 @@
|
||||
<input type="text" class="form-control" id="detailBirthdate" value="" disabled />
|
||||
</div>
|
||||
<hr class="my-3">
|
||||
<h6 class="fw-bold">@T["Address"]</h6>
|
||||
<h4 class="fw-bold">@T["Address"]</h4>
|
||||
<div class="col-md-4">
|
||||
<label class="form-label">@T["City"]</label>
|
||||
<input type="text" class="form-control" id="detailCity" value="" disabled />
|
||||
@@ -696,7 +696,7 @@
|
||||
<input type="text" class="form-control" id="detailStreetNr" value="" disabled />
|
||||
</div>
|
||||
<hr class="my-3">
|
||||
<h6 class="fw-bold">@T["Workplace & account"]</h6>
|
||||
<h4 class="fw-bold">@T["Workplace & account"]</h4>
|
||||
<div class="col-md-6">
|
||||
<label class="form-label">@T["Workplace"]</label>
|
||||
<input type="text" class="form-control" id="detailWorkplace" value="" disabled />
|
||||
|
||||
Reference in New Issue
Block a user