mirror of
https://github.com/LD-Reborn/Berufsschule_HAM.git
synced 2025-12-20 06:51:55 +00:00
Fixed asset create modal accessibility issues
This commit is contained in:
@@ -169,25 +169,25 @@
|
|||||||
<div class="row g-3">
|
<div class="row g-3">
|
||||||
<!-- Basic Info -->
|
<!-- Basic Info -->
|
||||||
<div class="col-md-6">
|
<div class="col-md-6">
|
||||||
<label class="form-label">@T["Name"]</label>
|
<label class="form-label" for="createName">@T["Name"]</label>
|
||||||
<input type="text" class="form-control" name="Name" />
|
<input type="text" class="form-control" id="createName" name="Name" />
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="col-md-6">
|
<div class="col-md-6">
|
||||||
<label class="form-label">@T["Location"]</label>
|
<label class="form-label" for="createLocationSelect">@T["Location"]</label>
|
||||||
<select class="form-select" name="Location" aria-label="@T["Location"]" id="createLocationSelect">
|
<select class="form-select" name="Location" aria-label="@T["Location"]" id="createLocationSelect">
|
||||||
<option value="">@T["Select location"]</option>
|
<option value="">@T["Select location"]</option>
|
||||||
</select>
|
</select>
|
||||||
</div>
|
</div>
|
||||||
<div class="col-md-6">
|
<div class="col-md-6">
|
||||||
<label class="form-label">@T["Owner"]</label>
|
<label class="form-label" for="createUsersSelect">@T["Owner"]</label>
|
||||||
<select class="form-select" name="Owner" aria-label="@T[name: "Owner"]" id="createUsersSelect">
|
<select class="form-select" name="Owner" aria-label="@T[name: "Owner"]" id="createUsersSelect">
|
||||||
<option value="">@T["Select owner"]</option>
|
<option value="">@T["Select owner"]</option>
|
||||||
</select>
|
</select>
|
||||||
</div>
|
</div>
|
||||||
<div class="col-md-6">
|
<div class="col-md-6">
|
||||||
<label class="form-label">@T["Serial Number"]</label>
|
<label class="form-label" for="createSerialNumber">@T["Serial Number"]</label>
|
||||||
<input type="text" class="form-control" name="SerialNumber" />
|
<input type="text" class="form-control" id="createSerialNumber" name="SerialNumber" />
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<hr class="my-3" />
|
<hr class="my-3" />
|
||||||
@@ -195,16 +195,16 @@
|
|||||||
<!-- Description Section -->
|
<!-- Description Section -->
|
||||||
<h4 class="fw-bold">@T["Description"]</h4>
|
<h4 class="fw-bold">@T["Description"]</h4>
|
||||||
<div class="col-md-6">
|
<div class="col-md-6">
|
||||||
<label class="form-label">@T["Type"]</label>
|
<label class="form-label" for="createType">@T["Type"]</label>
|
||||||
<input type="text" class="form-control" name="Description.Type" />
|
<input type="text" class="form-control" id="createType" name="Description.Type" />
|
||||||
</div>
|
</div>
|
||||||
<div class="col-md-6">
|
<div class="col-md-6">
|
||||||
<label class="form-label">@T["Make"]</label>
|
<label class="form-label" for="createMake">@T["Make"]</label>
|
||||||
<input type="text" class="form-control" name="Description.Make" />
|
<input type="text" class="form-control" id="createMake" name="Description.Make" />
|
||||||
</div>
|
</div>
|
||||||
<div class="col-md-6">
|
<div class="col-md-6">
|
||||||
<label class="form-label">@T["Model"]</label>
|
<label class="form-label" for="createModel">@T["Model"]</label>
|
||||||
<input type="text" class="form-control" name="Description.Model" />
|
<input type="text" class="form-control" id="createModel" name="Description.Model" />
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|
||||||
@@ -226,20 +226,20 @@
|
|||||||
<!-- Purchase Info -->
|
<!-- Purchase Info -->
|
||||||
<h4 class="fw-bold">@T["Purchase Information"]</h4>
|
<h4 class="fw-bold">@T["Purchase Information"]</h4>
|
||||||
<div class="col-md-6">
|
<div class="col-md-6">
|
||||||
<label class="form-label">@T["Purchase Date"]</label>
|
<label class="form-label" for="createPurchaseDate">@T["Purchase Date"]</label>
|
||||||
<input type="date" class="form-control" name="Description.Purchase.PurchaseDate" />
|
<input type="date" class="form-control" id="createPurchaseDate" name="Description.Purchase.PurchaseDate" />
|
||||||
</div>
|
</div>
|
||||||
<div class="col-md-6">
|
<div class="col-md-6">
|
||||||
<label class="form-label">@T["Purchase Value"]</label>
|
<label class="form-label" for="createPurchaseValue">@T["Purchase Value"]</label>
|
||||||
<input type="text" class="form-control" name="Description.Purchase.PurchaseValue" />
|
<input type="text" class="form-control" id="createPurchaseValue" name="Description.Purchase.PurchaseValue" />
|
||||||
</div>
|
</div>
|
||||||
<div class="col-md-6">
|
<div class="col-md-6">
|
||||||
<label class="form-label">@T["Purchased At"]</label>
|
<label class="form-label" for="createPurchaseAt">@T["Purchased At"]</label>
|
||||||
<input type="text" class="form-control" name="Description.Purchase.PurchaseAt" />
|
<input type="text" class="form-control" id="createPurchaseAt" name="Description.Purchase.PurchaseAt" />
|
||||||
</div>
|
</div>
|
||||||
<div class="col-md-6">
|
<div class="col-md-6">
|
||||||
<label class="form-label">@T["Purchased By"]</label>
|
<label class="form-label" for="createPurchaseBy">@T["Purchased By"]</label>
|
||||||
<input type="text" class="form-control" name="Description.Purchase.PurchaseBy" />
|
<input type="text" class="form-control" id="createPurchaseBy" name="Description.Purchase.PurchaseBy" />
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Reference in New Issue
Block a user