mirror of
https://github.com/nelsbrock/NateMan.git
synced 2026-08-14 21:36:49 +02:00
aria-labels hinzugefügt
This commit is contained in:
@@ -63,11 +63,11 @@
|
||||
<div>
|
||||
<div>Klausurzeitraum:</div>
|
||||
<div>
|
||||
<input type="number" name="startperiod" id="startperiod-input" class="small" min="0" max="2147483647"
|
||||
required>{#
|
||||
<input type="number" name="startperiod" id="startperiod-input" class="small" aria-label="erste Stunde"
|
||||
min="0" max="2147483647" required>{#
|
||||
#}. bis
|
||||
<input type="number" name="endperiod" id="endperiod-input" class="small" min="0" max="2147483647"
|
||||
required>{#
|
||||
<input type="number" name="endperiod" id="endperiod-input" class="small" aria-label="letzte Stunde"
|
||||
min="0" max="2147483647" required>{#
|
||||
#}. Stunde
|
||||
</div>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user