Redone the review_overview template to show bulk reject button.
Added a TODO to make both buttons dissapear.
Patch by: Lennard de Rijk
Reviewed by: to-be-reviewed
--- a/app/soc/templates/soc/org_app/review_overview.html Thu Feb 26 20:25:56 2009 +0000
+++ b/app/soc/templates/soc/org_app/review_overview.html Thu Feb 26 20:27:28 2009 +0000
@@ -14,7 +14,16 @@
{% endcomment %}
{% block body %}
-<input id="button_accept" type="button" class="button" onclick="javascript:acceptOrgInit('{{ bulk_accept_link|safe }}');" value="Bulk accept"/>
+<input id="button_bulk_review" type="button" class="button"
+ onclick="javascript:bulkReviewInit('{{ bulk_accept_link|safe }}');" value="Bulk Accept"
+/>
+{% comment %}
+TODO(ljvderijk) also make this button disappear
+{% endcomment %}
+
+<input id="button_bulk_review" type="button" class="button"
+ onclick="javascript:bulkReviewInit('{{ bulk_reject_link|safe }}');" value="Bulk Reject"
+/>
<span class="progressBar" style="display:none;" id="applications_progress_bar"></span>
<span id="description_progressbar"></span><span id="description_done"></span>