comparison 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
comparison
equal deleted inserted replaced
130:8ea1bce228b5 131:2aa6bf2f3f2e
1 {% comment %} vim: set sw=4 ts=4 sts=4 noet: {% endcomment %} 1 {% comment %} vim: set sw=4 ts=4 sts=4 noet: {% endcomment %}
2 <div class="bug_actions"> 2 <div class="bug_actions">
3 <form name="show_add_comment" method="POST"> 3 <form name="show_add_comment" method="POST">
4 {% if current_user.is_authenticated %}
5 <input id="subscribe_button" type="button" value="Subscribe" />
6 {% endif %}
7 <input id="add_comment_button" type="button" value="Add Comment" /> 4 <input id="add_comment_button" type="button" value="Add Comment" />
8 <input id="report_spam_button" type="button" value="Report Spam" /> 5 <input id="report_spam_button" type="button" value="Report Spam" />
9 <select id="more_actions"> 6 <select id="more_actions">
10 <option selected>More Actions</option> 7 <option selected>More Actions</option>
11 <option value="reassign">Reassign</option> 8 <option value="reassign">Reassign</option>