mirror of
https://github.com/LD-Reborn/Berufsschule_HAM.git
synced 2025-12-19 22:41:55 +00:00
Fixed Asset ID input without label
This commit is contained in:
@@ -17,6 +17,7 @@
|
||||
|
||||
<div class="row g-3">
|
||||
<div class="col-md-3 text-center">
|
||||
<label for="barcodeInput" class="visually-hidden">@T["Asset ID"]</label>
|
||||
<input type="text" id="barcodeInput" class="form-control mt-3" placeholder="@T["Asset ID"]" />
|
||||
<button id="enterAssetIdManuallyButton" class="btn btn-secondary mt-3">@T["Enter asset ID manually"]</button>
|
||||
<div id="reader" style="display:none" class="mt-3"></div>
|
||||
|
||||
Reference in New Issue
Block a user