diff options
Diffstat (limited to 'templates')
-rw-r--r-- | templates/admin_shift_preview.html | 17 | ||||
-rw-r--r-- | templates/admin_shifts.html | 2 |
2 files changed, 18 insertions, 1 deletions
diff --git a/templates/admin_shift_preview.html b/templates/admin_shift_preview.html new file mode 100644 index 00000000..053191c4 --- /dev/null +++ b/templates/admin_shift_preview.html @@ -0,0 +1,17 @@ +<h3>Vorschau:</h3> +<table> + <thead> + <tr> + <th> + Timeslot + </th> + <th> + Entries + </th> + </tr> + </thead> + <tbody> + %shifts_table% + </tbody> +</table> + diff --git a/templates/admin_shifts.html b/templates/admin_shifts.html index a79bd571..1fb62bcd 100644 --- a/templates/admin_shifts.html +++ b/templates/admin_shifts.html @@ -52,7 +52,7 @@ <label> Schichtwechsel-Stunden: </label> - <input type="text" name="change_hours" value="00, 04, 08, 10, 12, 14, 16, 18, 20, 22" /> + <input type="text" name="change_hours" style="width: 300px;" value="00, 04, 08, 10, 12, 14, 16, 18, 20, 22" /> </p><h2>Benötigte Engel:</h2> <p> <label> |