diff options
author | Philip Häusler <msquare@notrademark.de> | 2011-12-27 22:28:06 +0100 |
---|---|---|
committer | Philip Häusler <msquare@notrademark.de> | 2011-12-27 22:28:06 +0100 |
commit | 3271f72dcf4186b294b89761fbe845da30ce08c4 (patch) | |
tree | 8bcbcc753bd22a7122ee73a10cc030205953aafb | |
parent | 666bb3919c31fa53760bf5470ba34062f9294d09 (diff) |
#44 user angeltypes shift filter
-rw-r--r-- | templates/user_shifts.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/user_shifts.html b/templates/user_shifts.html index 84bc34c6..50095fed 100644 --- a/templates/user_shifts.html +++ b/templates/user_shifts.html @@ -1,11 +1,11 @@ <form action="" type="get"> -<fieldset id="filter"><legend>Filter</legend> +<fieldset class="form" 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"> +<input class="button" type="submit" style="width: 100%;" value="Filtern"> </fieldset> </form> |