preparation for slot dimediff reason
This commit is contained in:
@ -265,8 +265,27 @@
|
||||
</a><a th:href="@{/done/slot/add?day={d}(d=${s.day})}" class="slot_badge_middle" th:unless="${s.id}">
|
||||
<i class="fas fa-plus"></i>
|
||||
</a>
|
||||
<span class="slot_badge_right boldy" th:text="${s.printTime()}" th:if="${s.id}"></span>
|
||||
<span class="slot_badge_right" th:unless="${s.id}"> --:-- </span>
|
||||
<span class="slot_badge_middle slot_reason" th:if="${s.reason}" th:text="${s.reason}"></span><span class="slot_badge_right boldy" th:text="${s.printTime()}" th:if="${s.id}"></span><span
|
||||
class="slot_badge_right" th:unless="${s.id}"> --:-- </span>
|
||||
</div>
|
||||
</div>
|
||||
<div class="row alert alert-info">
|
||||
<div class="col-sm-12">
|
||||
<span style="text-decoration: underline">Legende</span>
|
||||
</div>
|
||||
<div class="col">
|
||||
Üb: Überstunden, Mehrarbeit<br />
|
||||
Ur: Urlaub, Sonderurlaub, Kur<br />
|
||||
gF: gesetzlicher Feiertag<br />
|
||||
</div>
|
||||
<div class="col">
|
||||
Kr: Arbeits- und Dienstunfähigkeit<br />
|
||||
Gl: Freistellung aus Gleitzeitguthaben<br />
|
||||
Ar: Arbeits- und Dienstbefreiung<br />
|
||||
</div>
|
||||
<div class="col">
|
||||
mK: "mit Kind krank"<br />
|
||||
Di: Dienstreise, Dienstgänge<br />
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
Reference in New Issue
Block a user