summaryrefslogtreecommitdiff
path: root/templates/admin_faq.html
diff options
context:
space:
mode:
authorJan-Philipp Litza <janphilipp@litza.de>2012-04-26 19:18:17 +0200
committerJan-Philipp Litza <janphilipp@litza.de>2012-04-26 19:18:17 +0200
commit34582524ba39e895e072129b1c83e48d94864cff (patch)
tree15858aef085c7edda685ead3086b6350e6d1fcc7 /templates/admin_faq.html
parent0ce217e3ebe2a304d7bcb465622d7165ff90c235 (diff)
adapted admin section for FAQ to new database scheme
Diffstat (limited to 'templates/admin_faq.html')
-rw-r--r--templates/admin_faq.html56
1 files changed, 3 insertions, 53 deletions
diff --git a/templates/admin_faq.html b/templates/admin_faq.html
index 5dacf522..0eee8d20 100644
--- a/templates/admin_faq.html
+++ b/templates/admin_faq.html
@@ -1,56 +1,6 @@
-<table>
- <thead>
- <tr>
- <th>
- Deutsch
- </th>
- <th>
- English
- </th>
- <th>
- &nbsp;
- </th>
- </tr>
- </thead>
- <tbody>
- %faqs%
- </tbody>
-</table>
+%faqs%
<hr/>Create new FAQ:
<form action="%link%&action=create" method="post">
- <table>
- <tr>
- <td>
- Frage
- </td>
- <td>
- <textarea name="frage"></textarea>
- </td>
- </tr>
- <tr>
- <td>
- Antwort
- </td>
- <td>
- <textarea name="antwort"></textarea>
- </td>
- </tr>
- <tr>
- <td>
- Question
- </td>
- <td>
- <textarea name="question"></textarea>
- </td>
- </tr>
- <tr>
- <td>
- Answer
- </td>
- <td>
- <textarea name="answer"></textarea>
- </td>
- </tr>
- </table>
+%new_form%
<input type="submit" name="submit" value="Create" />
-</form> \ No newline at end of file
+</form>