summaryrefslogtreecommitdiff
path: root/templates/admin_shift_preview.html
diff options
context:
space:
mode:
authorFelix Favre <gnomus@gnomus.de>2014-08-24 15:52:25 +0200
committerFelix Favre <gnomus@gnomus.de>2014-08-24 15:52:25 +0200
commit4faca9864f80dfd90cba248855602ab7680cab53 (patch)
tree9f2d5d76adc7d14e89d51c0073103e9d7ad717f4 /templates/admin_shift_preview.html
parentefe853246f99c59e48ac66955b40fb7e09da0a5b (diff)
parentf9e577352dd31f2846c3a340a1de82dd73961568 (diff)
Merge branch 'master' of github.com:planetcyborg/engelsystem
Conflicts: themes/theme1.scss
Diffstat (limited to 'templates/admin_shift_preview.html')
-rw-r--r--templates/admin_shift_preview.html20
1 files changed, 0 insertions, 20 deletions
diff --git a/templates/admin_shift_preview.html b/templates/admin_shift_preview.html
deleted file mode 100644
index 99e6e27f..00000000
--- a/templates/admin_shift_preview.html
+++ /dev/null
@@ -1,20 +0,0 @@
-<div class="col-md-10">
- <h1>Vorschau:</h1>
- <form action="" method="post">
- <table class="table">
- <thead>
- <tr>
- <th>Timeslot</th>
- <th>Entries</th>
- </tr>
- </thead>
- <tbody>%shifts_table%
- </tbody>
- </table>
- <p>
- <input type="submit" name="back" value="Zurück" /><input type="submit" name="submit" value="Erstellen" />
- </p>
- <input type="hidden" name="name" value="%name%" /> <input type="hidden" name="rid" value="%rid%" /> <input type="hidden" name="start" value="%start%" /> <input type="hidden" name="end" value="%end%" /> <input type="hidden" name="mode" value="%mode%" /> <input type="hidden" name="length"
- value="%length%" /> <input type="hidden" name="change_hours" value="%change_hours%" /> <input type="hidden" name="angelmode" value="%angelmode%" /> %needed_angel_types%
- </form>
-</div> \ No newline at end of file