summaryrefslogtreecommitdiff
path: root/templates/admin_question_answered.html
diff options
context:
space:
mode:
authorDaniel Friesel <derf@finalrewind.org>2011-06-03 20:24:36 +0200
committerDaniel Friesel <derf@finalrewind.org>2011-06-03 20:24:36 +0200
commit5d9335fe183a0486c593975c45c2abe6875ab719 (patch)
treed816682945e3a6121b853202dcf5aac2d4d2837b /templates/admin_question_answered.html
parent200053d720dbec25b2c7f3a8a408b74a4fa66244 (diff)
admin_questions: More templates + sql fixes
Diffstat (limited to 'templates/admin_question_answered.html')
-rw-r--r--templates/admin_question_answered.html9
1 files changed, 9 insertions, 0 deletions
diff --git a/templates/admin_question_answered.html b/templates/admin_question_answered.html
new file mode 100644
index 00000000..e4f07932
--- /dev/null
+++ b/templates/admin_question_answered.html
@@ -0,0 +1,9 @@
+<tr>
+ <td> %question_nick% </td>
+ <td> %question% </td>
+ <td> %answer_nick% </td>
+ <td> %answer% </td>
+ <td>
+ <a href="%link%&action=delete&id=%question_id%">Delete</a>
+ </td>
+</tr>