Mercurial > hg > soundsoftware-site
diff app/views/context_menus/.svn/text-base/issues.html.erb.svn-base @ 441:cbce1fd3b1b7 redmine-1.2
Update to Redmine 1.2-stable branch (Redmine SVN rev 6000)
| author | Chris Cannam |
|---|---|
| date | Mon, 06 Jun 2011 14:24:13 +0100 |
| parents | 94944d00e43c |
| children |
line wrap: on
line diff
--- a/app/views/context_menus/.svn/text-base/issues.html.erb.svn-base Thu Mar 03 11:42:28 2011 +0000 +++ b/app/views/context_menus/.svn/text-base/issues.html.erb.svn-base Mon Jun 06 14:24:13 2011 +0100 @@ -115,7 +115,7 @@ <li><%= context_menu_link l(:button_move), new_issue_move_path(:ids => @issues.collect(&:id)), :class => 'icon-move', :disabled => !@can[:move] %></li> <li><%= context_menu_link l(:button_delete), {:controller => 'issues', :action => 'destroy', :ids => @issues.collect(&:id), :back_url => @back}, - :method => :post, :confirm => l(:text_issues_destroy_confirmation), :class => 'icon-del', :disabled => !@can[:delete] %></li> + :method => :post, :confirm => issues_destroy_confirmation_message(@issues), :class => 'icon-del', :disabled => !@can[:delete] %></li> <%= call_hook(:view_issues_context_menu_end, {:issues => @issues, :can => @can, :back => @back }) %> </ul>
