diff --git a/resources/salt/add-update-record.puml b/resources/salt/add-update-record.puml index 9928f80..0401c79 100644 --- a/resources/salt/add-update-record.puml +++ b/resources/salt/add-update-record.puml @@ -3,9 +3,10 @@ salt { - Datum |"Datum <&calendar>" - Uhrzeit | "Uhrzeit <&clock>" - [Übernehmen <&plus>] + {/ Täglich | Wöchentlich } + Datum |"0000-00-00 <&calendar>" + Uhrzeit | "00:00:00 <&clock>" + [Übernehmen und weiter <&plus>] [Abbrechen <&action-undo>] } @enduml \ No newline at end of file diff --git a/resources/salt/add-update-records-for-week.puml b/resources/salt/add-update-records-for-week.puml index d1829db..dfcafc5 100644 --- a/resources/salt/add-update-records-for-week.puml +++ b/resources/salt/add-update-records-for-week.puml @@ -3,7 +3,9 @@ salt { - Woche vom <&calendar> bis zum <&calendar> + {/ Täglich | Wöchentlich } + Woche vom + "0000-00-00 <&calendar>" [<&chevron-left> Woche zurück] | [Woche vor <&chevron-right>] {! Montag | "00:00:00 <&clock>" @@ -14,7 +16,7 @@ salt Samstag | "00:00:00 <&clock>" Sontag | "00:00:00 <&clock>" } - [Übernehmen <&plus>] + [Übernehmen und weiter <&plus>] [Abbrechen <&action-undo>] } @enduml \ No newline at end of file