diff options
Diffstat (limited to 'templates')
-rw-r--r-- | templates/user_questions.html | 19 | ||||
-rw-r--r-- | templates/user_shifts_add.html | 45 |
2 files changed, 0 insertions, 64 deletions
diff --git a/templates/user_questions.html b/templates/user_questions.html index 0167ba6d..466d0c48 100644 --- a/templates/user_questions.html +++ b/templates/user_questions.html @@ -1,23 +1,4 @@ <p> - Unbeantwortete Fragen: -</p> -<table> - <thead> - <tr> - <th> - Frage - </th> - <th> - - </th> - </tr> - </thead> - <tbody> - %open_questions% - </tbody> -</table> -<hr/> -<p> Beantwortete Fragen: </p> <table> diff --git a/templates/user_shifts_add.html b/templates/user_shifts_add.html deleted file mode 100644 index a22f8791..00000000 --- a/templates/user_shifts_add.html +++ /dev/null @@ -1,45 +0,0 @@ -<form action="" method="post"> - <fieldset> - <p> - <label> - Helfer: - </label> - %angel% - </p> - <p> - <label> - Datum/Dauer: - </label> - %date% - </p> - <p> - <label> - Ort: - </label> - %location% - </p> - <p> - <label> - Titel: - </label> - %title% - </p> - <p> - <label> - Typ: - </label> - %type% - </p> - <p> - <label> - Kommentar: - <br/> - (Nur für Dich) - </label> - <textarea name="comment">%comment%</textarea> - </p> - <p> - <input type="submit" name="submit" value="Speichern" /> - </p> - </fieldset> -</form>
\ No newline at end of file |