view bts_webui/amancay/templates/bug_actions.html @ 131:2aa6bf2f3f2e draft

subscribe: implement subcribe action discard the old ugly button+form, use a nice icon+link. we need API from debbugs to know if an email is subscribed to a report. must ask Don.
author diegoe-guest
date Thu, 06 Aug 2009 23:00:31 +0000
parents 4d52e764da8e
children 617e3c41e48f
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" />
		<input id="report_spam_button" type="button" value="Report Spam" />
		<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>