Feature: Darstellung der wöchentlichen Eintragung bestimmen

This commit is contained in:
2022-01-12 13:22:28 +01:00
parent b46f5634c8
commit 13554d09e0
2 changed files with 8 additions and 5 deletions
+4 -3
View File
@@ -3,9 +3,10 @@
salt salt
{ {
Datum |"Datum <&calendar>" {/ <b>Täglich | Wöchentlich }
Uhrzeit | "Uhrzeit <&clock>" Datum |"0000-00-00 <&calendar>"
[Übernehmen <&plus>] Uhrzeit | "00:00:00 <&clock>"
[Übernehmen und weiter <&plus>]
[Abbrechen <&action-undo>] [Abbrechen <&action-undo>]
} }
@enduml @enduml
@@ -3,7 +3,9 @@
salt salt
{ {
Woche vom <&calendar> bis zum <&calendar> {/ Täglich | <b>Wöchentlich }
Woche vom
"0000-00-00 <&calendar>"
[<&chevron-left> Woche zurück] | [Woche vor <&chevron-right>] [<&chevron-left> Woche zurück] | [Woche vor <&chevron-right>]
{! {!
Montag | "00:00:00 <&clock>" Montag | "00:00:00 <&clock>"
@@ -14,7 +16,7 @@ salt
<color:red>Samstag | "<color:red>00:00:00 <&clock>" <color:red>Samstag | "<color:red>00:00:00 <&clock>"
<color:red>Sontag | "<color:red>00:00:00 <&clock>" <color:red>Sontag | "<color:red>00:00:00 <&clock>"
} }
[Übernehmen <&plus>] [Übernehmen und weiter <&plus>]
[Abbrechen <&action-undo>] [Abbrechen <&action-undo>]
} }
@enduml @enduml