diff --git a/ui/src/routes/WorkingHours/Formular/EditByDay.svelte b/ui/src/routes/WorkingHours/Formular/EditByDay.svelte new file mode 100644 index 0000000..c366758 --- /dev/null +++ b/ui/src/routes/WorkingHours/Formular/EditByDay.svelte @@ -0,0 +1,23 @@ + + +{#if activeRecordList.length < 1} +

Loading...

+{:else} +
+
+ + +
+
+ + +
+
+{/if} \ No newline at end of file diff --git a/ui/src/routes/WorkingHours/Formular/EditByWeek.svelte b/ui/src/routes/WorkingHours/Formular/EditByWeek.svelte new file mode 100644 index 0000000..3cd9e8b --- /dev/null +++ b/ui/src/routes/WorkingHours/Formular/EditByWeek.svelte @@ -0,0 +1,62 @@ + + + + + +{#if activeRecordList.length < 1} +

Loading...

+{:else} +
+
+ + +
+
+
+
+ + + {#each ['Montag', 'Dienstag', 'Mittwoch', 'Donnerstag', 'Freitag'] as day, index} + + + + + {/each} + + + {#each ['Samstag', 'Sontag'] as day, index} + + + + + {/each} + +
+ {day} + + +
+ {day} + + +
+
+
+{/if} \ No newline at end of file diff --git a/ui/src/routes/working-hours/NewByDay.svelte b/ui/src/routes/working-hours/NewByDay.svelte deleted file mode 100644 index 79e721e..0000000 --- a/ui/src/routes/working-hours/NewByDay.svelte +++ /dev/null @@ -1,17 +0,0 @@ - - - -
-
- - -
-
- - -
-
\ No newline at end of file