Adjustments to the intput field for the ÖLibrary funktion

This commit is contained in:
2026-07-05 13:40:48 +02:00
parent a8bce26eab
commit b31abe2177
+1 -2
View File
@@ -451,7 +451,7 @@
<option value="card_only">Nur Ausweis erfassen</option> <option value="card_only">Nur Ausweis erfassen</option>
<option value="quick_toggle">Schnellmodus: Ausweis + Mediencode</option> <option value="quick_toggle">Schnellmodus: Ausweis + Mediencode</option>
</select> </select>
<input type="text" id="activeStudentCard" placeholder="Aktiver Ausweis (gescannt)"> <input type="text" id="activeStudentCard" placeholder="Aktiver Ausweis (gescannt)" readonly>
<button id="resetCardBtn" class="button" type="button">Ausweis löschen</button> <button id="resetCardBtn" class="button" type="button">Ausweis löschen</button>
<button id="toggleScannerBtn" class="button" type="button">Scanner starten</button> <button id="toggleScannerBtn" class="button" type="button">Scanner starten</button>
</div> </div>
@@ -548,7 +548,6 @@
</div> </div>
</div> </div>
<script src="https://cdn.jsdelivr.net/npm/@ericblade/quagga2/dist/quagga.js"></script>
<script src="https://cdn.jsdelivr.net/npm/@ericblade/quagga2/dist/quagga.js"></script> <script src="https://cdn.jsdelivr.net/npm/@ericblade/quagga2/dist/quagga.js"></script>
<script> <script>
// ========================================================================= // =========================================================================