<%=l(:label_workflow)%>

<%=l(:text_workflow_edit)%>:

<% form_tag({:action => 'workflow'}, :method => 'get') do %>

<%= submit_tag l(:button_edit) %>

<% end %> <% unless @tracker.nil? or @role.nil? %> <% form_tag({:action => 'workflow', :role_id => @role, :tracker_id => @tracker }, :id => 'workflow_form' ) do %>
<% for new_status in @statuses %> <% end %> <% for old_status in @statuses %> <% new_status_ids_allowed = old_status.find_new_statuses_allowed_to(@role, @tracker).collect(&:id) -%> <% for new_status in @statuses -%> <% end -%> <% end %>
<%=l(:label_current_status)%> <%=l(:label_new_statuses_allowed)%>
<%= new_status.name %>
<%= old_status.name %> >

<%= check_all_links 'workflow_form' %>

<%= submit_tag l(:button_save) %> <% end %> <% end %> <% html_title(l(:label_workflow)) -%>