From b9be1d126863da137a917b648afa6dad9dff5963 Mon Sep 17 00:00:00 2001 From: Jean-Philippe Lang Date: Sat, 5 May 2007 15:59:06 +0000 Subject: [PATCH] Ajaxified issue filter reset link git-svn-id: http://redmine.rubyforge.org/svn/trunk@511 e93f8b46-1217-0410-a6f0-8f06a7374b81 --- app/views/projects/list_issues.rhtml | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) diff --git a/app/views/projects/list_issues.rhtml b/app/views/projects/list_issues.rhtml index 60c72eb52..22e3b14a9 100644 --- a/app/views/projects/list_issues.rhtml +++ b/app/views/projects/list_issues.rhtml @@ -12,11 +12,14 @@ { :url => { :controller => 'projects', :action => 'list_issues', :id => @project, :set_filter => 1 }, :update => "content", :with => "Form.serialize('query_form')" - }, :class => 'icon icon-edit' %> - - <%= link_to l(:button_clear), {:controller => 'projects', :action => 'list_issues', :id => @project, :set_filter => 1}, :class => 'icon icon-del' %> - <% if authorize_for('projects', 'add_query') %> - + }, :class => 'icon icon-edit' %> + + <%= link_to_remote l(:button_clear), + { :url => {:controller => 'projects', :action => 'list_issues', :id => @project, :set_filter => 1}, + :update => "content", + }, :class => 'icon icon-del' %> + + <% if authorize_for('projects', 'add_query') %> <%= link_to_remote l(:button_save), { :url => { :controller => 'projects', :action => "add_query", :id => @project }, :method => 'get',