summaryrefslogtreecommitdiff
path: root/templates
diff options
context:
space:
mode:
authorPhilip Häusler <msquare@notrademark.de>2013-11-25 21:56:56 +0100
committerPhilip Häusler <msquare@notrademark.de>2013-11-25 21:56:56 +0100
commit85d9bf4f9c9546c2a8ea87d0641686886275ce21 (patch)
treeb786d1b2fa1f38afd305df2f64bc8f84215516b4 /templates
parent813751ac7a0e3f17af791397fa7e6b60d526f0a0 (diff)
angel views in english complete
Diffstat (limited to 'templates')
-rw-r--r--templates/user_questions.html19
-rw-r--r--templates/user_shifts_add.html45
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>
- &nbsp;
- </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