diff options
Diffstat (limited to 'templates/user_shifts.html')
-rw-r--r-- | templates/user_shifts.html | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/templates/user_shifts.html b/templates/user_shifts.html index 99d62ea0..84bc34c6 100644 --- a/templates/user_shifts.html +++ b/templates/user_shifts.html @@ -1,5 +1,14 @@ +<form action="" type="get"> +<fieldset id="filter"><legend>Filter</legend> +<input type="hidden" name="p" value="user_shifts"> %room_select% +%type_select% %day_select% +%filled_select% +<input type="submit" style="width: 100%;" value="Filtern"> +</fieldset> +</form> + <table> <thead> <tr> |