diff options
author | Philip Häusler <msquare@notrademark.de> | 2011-09-11 23:01:39 +0200 |
---|---|---|
committer | Philip Häusler <msquare@notrademark.de> | 2011-09-11 23:01:39 +0200 |
commit | 024c5ff2e2d1fd84f0ad850d1f1cd845f047e8e1 (patch) | |
tree | e1aa64e2474cdaa14539d25f541c6ef92872f3a0 /templates/admin_shift_preview.html | |
parent | 4303b05d08ba3754bb82dfa728cae31317a6aeb8 (diff) |
#5 preview for shifts to be created
Diffstat (limited to 'templates/admin_shift_preview.html')
-rw-r--r-- | templates/admin_shift_preview.html | 17 |
1 files changed, 17 insertions, 0 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> + |