* added this shortcut on list_issues git-svn-id: http://redmine.rubyforge.org/svn/trunk@136 e93f8b46-1217-0410-a6f0-8f06a7374b81pull/351/head
parent
57d4e698fe
commit
470ef4d11e
@ -0,0 +1,5 @@ |
||||
<% if authorize_for('projects', 'add_issue') %> |
||||
<%= start_form_tag({ :controller => 'projects', :action => 'add_issue', :id => @project }, :method => 'get') %> |
||||
<%= l(:label_issue_new) %>: <%= select_tag 'tracker_id', ("<option></option>" + options_from_collection_for_select(trackers, 'id', 'name')), :onchange => "if (this.value!='') {this.form.submit();}" %> |
||||
<%= end_form_tag %> |
||||
<% end %> |
Loading…
Reference in new issue