summaryrefslogtreecommitdiff
path: root/templates/admin_shift_preview.html
diff options
context:
space:
mode:
authorPhilip Häusler <msquare@notrademark.de>2011-10-12 17:02:48 +0200
committerPhilip Häusler <msquare@notrademark.de>2011-10-12 17:02:48 +0200
commitd4c17f48f53dd1f123c06b2277dda55a291d6d97 (patch)
tree08365b4137e6b452c146de128876d190b91c1d5b /templates/admin_shift_preview.html
parentca0ff251315c6c774cf59b22173b5c041be9ffaa (diff)
#35 admin_shifts: escape from preview
Diffstat (limited to 'templates/admin_shift_preview.html')
-rw-r--r--templates/admin_shift_preview.html11
1 files changed, 10 insertions, 1 deletions
diff --git a/templates/admin_shift_preview.html b/templates/admin_shift_preview.html
index 30905618..e04313f6 100644
--- a/templates/admin_shift_preview.html
+++ b/templates/admin_shift_preview.html
@@ -17,7 +17,16 @@
</tbody>
</table>
<p>
- <input type="submit" name="submit" value="Erstellen" />
+ <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%
</fieldset>
</form> \ No newline at end of file