Feriefridage not decimal

This commit is contained in:
marijo 2026-06-25 11:53:44 +00:00
parent e0d2ab12d3
commit 36e09e7cc6
3 changed files with 46 additions and 14 deletions

View file

@ -124,7 +124,7 @@
<label>Previous months shown<input id="previous_months" type="number" step="1" min="0" max="120"></label>
<label>Future months shown<input id="future_months" type="number" step="1" min="0" max="120"></label>
<label>Vacation/month<input id="vacation_days_per_month" type="number" step="0.01"></label>
<label>Feriefridage/year<input id="feriefridage_per_year" type="number" step="0.01"></label>
<label>Feriefridage/year<input id="feriefridage_per_year" type="number" step="1"></label>
<label>FF deadline month<input id="feriefridage_expiry_month" type="number" step="1" min="1" max="12"></label>
<label>MonThu hours<input id="normal_day_hours" type="number" step="0.25"></label>
<label>Friday hours<input id="friday_hours" type="number" step="0.25"></label>