diff options
author | Matthew Somerville <matthew-github@dracos.co.uk> | 2018-05-15 16:52:47 +0100 |
---|---|---|
committer | Matthew Somerville <matthew-github@dracos.co.uk> | 2018-05-23 18:55:10 +0100 |
commit | 87f82f0caa7a7d25d09a8861582d087395578007 (patch) | |
tree | af1df9cf1ef2222e0692b9f004e74c8bdfb6de92 /templates | |
parent | 15678f4923a3395fc3bb4b6c6cc82cf38d09021e (diff) |
Add admin tickbox to close report to updates.
Diffstat (limited to 'templates')
-rw-r--r-- | templates/web/base/admin/report_edit.html | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/templates/web/base/admin/report_edit.html b/templates/web/base/admin/report_edit.html index 138ba8c05..10eb0eea1 100644 --- a/templates/web/base/admin/report_edit.html +++ b/templates/web/base/admin/report_edit.html @@ -172,6 +172,9 @@ class="admin-offsite-link">[% problem.latitude %], [% problem.longitude %]</a> </li> [% END %] +<li><label class="inline-text" for="closed_updates">[% loc('Closed to updates') %]:</label> + <input type="checkbox" id="closed_updates" name="closed_updates"[% ' checked' IF problem.extra.closed_updates %]></li> + </ul> <input type="submit" class="btn" name="Submit changes" value="[% loc('Submit changes') %]"> </form> |