##// END OF EJS Templates
Added 'Bulk edit' functionality....
Added 'Bulk edit' functionality. This can be done by clicking on the edit link (little pen icon) at the upper-left corner of the issue list. Most properties can be set (priority, assignee, category, fixed version, start and due dates, done ratio) and a note can be entered. Only issues of the current project can be selected for bulk edit (subproject issues can't). git-svn-id: http://redmine.rubyforge.org/svn/trunk@817 e93f8b46-1217-0410-a6f0-8f06a7374b81

File last commit:

r635:c4239a4fd2f9
r806:2c4647f8c6d2
Show More
document_add_it.rhtml
4 lines | 273 B | text/html+ruby | RhtmlLexer
/ app / views / mailer / document_add_it.rhtml
Jean-Philippe Lang
added italian translation [Alessio Spadaro]...
r331 Un documento e' stato aggiunto a <%= @document.project.name %> (<%= @document.category.name %>):
<%= l(:field_title) %>: <%= @document.title %>
Jean-Philippe Lang
Removed hard-coded URLs in mail templates....
r635 <%= url_for :only_path => false, :host => Setting.host_name, :controller => 'documents', :action => 'show', :id => @document %>