Mercurial > hg > soundsoftware-site
comparison app/views/issues/.svn/text-base/index.rhtml.svn-base @ 22:40f7cfd4df19
* Update to SVN trunk rev 4173
author | Chris Cannam <chris.cannam@soundsoftware.ac.uk> |
---|---|
date | Fri, 24 Sep 2010 14:06:04 +0100 |
parents | 1d32c0a0efbf |
children | cbce1fd3b1b7 |
comparison
equal
deleted
inserted
replaced
14:1d32c0a0efbf | 22:40f7cfd4df19 |
---|---|
37 | 37 |
38 <%= link_to_remote l(:button_apply), | 38 <%= link_to_remote l(:button_apply), |
39 { :url => { :set_filter => 1 }, | 39 { :url => { :set_filter => 1 }, |
40 :before => 'selectAllOptions("selected_columns");', | 40 :before => 'selectAllOptions("selected_columns");', |
41 :update => "content", | 41 :update => "content", |
42 :complete => "apply_filters_observer()", | |
42 :with => "Form.serialize('query_form')" | 43 :with => "Form.serialize('query_form')" |
43 }, :class => 'icon icon-checked' %> | 44 }, :class => 'icon icon-checked' %> |
44 | 45 |
45 <%= link_to_remote l(:button_clear), | 46 <%= link_to_remote l(:button_clear), |
46 { :url => { :set_filter => 1, :project_id => @project }, | 47 { :url => { :set_filter => 1, :project_id => @project }, |