aboutsummaryrefslogtreecommitdiffstats
path: root/templates
diff options
context:
space:
mode:
authorChris Mytton <self@hecticjeff.net>2013-09-10 18:23:59 +0100
committerChris Mytton <self@hecticjeff.net>2013-09-10 18:23:59 +0100
commit33866420ec7fc3b5a65a77ad1815229b6ce60c17 (patch)
tree8c65b981ef55910c3d163c4d848d7a7b897ca322 /templates
parentbc3c1ab5ad24aea27999b98dfef94031097b70c2 (diff)
[Zurich] Add flag as deleted field to body-form
Diffstat (limited to 'templates')
-rw-r--r--templates/web/zurich/admin/body-form.html5
1 files changed, 5 insertions, 0 deletions
diff --git a/templates/web/zurich/admin/body-form.html b/templates/web/zurich/admin/body-form.html
index e86d4bd1f..4e570a058 100644
--- a/templates/web/zurich/admin/body-form.html
+++ b/templates/web/zurich/admin/body-form.html
@@ -31,6 +31,11 @@
</select>
</p>
+ <p>
+ <label for="deleted">[% loc('Flag as deleted') %]</label>
+ <input type="checkbox" name="deleted" id="deleted" value="1"[% ' checked' IF body.deleted %] />
+ </p>
+
<input type="hidden" name="send_method" value="Email">
<input type="hidden" name="jurisdiction" id="jurisdiction" value="[% body.jurisdiction %]">
<input type="hidden" name="api_key" id="api_key" value="[% body.api_key %]">