<%= l(:label_bulk_edit_selected_issues) %>

<% if @available_statuses %> <% end %>


<%= text_area_tag 'notes', '', :cols => 80, :rows => 5 %>

<%= submit_tag l(:button_apply) %> <%= link_to l(:button_cancel), {}, :onclick => 'Element.hide("bulk-edit-fields"); if ($("query_form")) {Element.show("query_form")}; return false;' %>