Gehe zu button, Verwaltung Urlaubsberechnung

This commit is contained in:
2026-02-05 13:42:30 +01:00
parent 3c282a0f3c
commit 4bd289a990
5 changed files with 106 additions and 16 deletions

View File

@@ -38,6 +38,11 @@
<button id="prevWeek" class="btn btn-secondary">◀ Vorherige Woche</button>
<h2 id="weekTitle">Kalenderwoche</h2>
<button id="nextWeek" class="btn btn-secondary">Nächste Woche ▶</button>
<div class="week-selector-goto">
<input type="text" id="goToWeekInput" placeholder="z. B. 12 oder 2025 12" class="form-control" />
<button type="button" id="goToWeekBtn" class="btn btn-secondary">Gehe zu KW</button>
<span id="goToWeekError" class="go-to-week-error" aria-live="polite"></span>
</div>
</div>
<div id="timesheetTable">