<%=_('Workflow setup')%>

<%=_('Select a workflow to edit')%>:

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



<%= submit_tag _('Edit') %>

<%= end_form_tag %> <% unless @tracker.nil? or @role.nil? %>
<%= form_tag ({:action => 'workflow', :role_id => @role, :tracker_id => @tracker }, :id => 'workflow_form' ) %> <% for new_status in @statuses %> <% end %> <% for old_status in @statuses %> <% for new_status in @statuses %> <% end %> <% end %>
<%=_('Issue status')%> <%=_('New statuses allowed')%>
<%= new_status.name %>
<%= old_status.name %> checked="checked"<%end%> <%if old_status==new_status%>disabled<%end%> >

<%=_('Check all')%> | <%=_('Uncheck all')%>


<%= submit_tag _('Save') %> <%= end_form_tag %> <% end %>