Mercurial > hg > bts-webui
view bts_webui/amancay/templates/bug_actions.html @ 132:617e3c41e48f draft
report-spam: implement as a link
we miss API for reporting SPAM without having to go to bugs.debian.org, must
discuss with marga/don if this is preferred (going to b.d.o) or if we should
get API for it.
author | diegoe-guest |
---|---|
date | Mon, 10 Aug 2009 23:39:58 +0000 |
parents | 2aa6bf2f3f2e |
children | 1dcf2b9f84df |
line wrap: on
line source
{% comment %} vim: set sw=4 ts=4 sts=4 noet: {% endcomment %} <div class="bug_actions"> <form name="show_add_comment" method="POST"> <input id="add_comment_button" type="button" value="Add Comment" /> <select id="more_actions"> <option selected>More Actions</option> <option value="reassign">Reassign</option> <option value="severity">Change Severity</option> <option value="close">Close</option> <option value="retitle">Retitle</option> <option value="owner">Change owner</option> </select> </form> </div>