Mercurial > hg > soundsoftware-site
comparison app/views/gantts/.svn/text-base/show.html.erb.svn-base @ 37:94944d00e43c
* Update to SVN trunk rev 4411
author | Chris Cannam <chris.cannam@soundsoftware.ac.uk> |
---|---|
date | Fri, 19 Nov 2010 13:24:41 +0000 |
parents | 40f7cfd4df19 |
children | af80e5618e9b |
comparison
equal
deleted
inserted
replaced
22:40f7cfd4df19 | 37:94944d00e43c |
---|---|
8 <div> | 8 <div> |
9 <%= render :partial => 'queries/filters', :locals => {:query => @query} %> | 9 <%= render :partial => 'queries/filters', :locals => {:query => @query} %> |
10 </div> | 10 </div> |
11 </fieldset> | 11 </fieldset> |
12 | 12 |
13 <p style="float:right;"> | 13 <p class="contextual"> |
14 <%= gantt_zoom_link(@gantt, :in) %> | 14 <%= gantt_zoom_link(@gantt, :in) %> |
15 <%= gantt_zoom_link(@gantt, :out) %> | 15 <%= gantt_zoom_link(@gantt, :out) %> |
16 </p> | 16 </p> |
17 | 17 |
18 <p class="buttons"> | 18 <p class="buttons"> |
27 :update => "content", | 27 :update => "content", |
28 :with => "Form.serialize('query_form')" | 28 :with => "Form.serialize('query_form')" |
29 }, :class => 'icon icon-checked' %> | 29 }, :class => 'icon icon-checked' %> |
30 | 30 |
31 <%= link_to_remote l(:button_clear), | 31 <%= link_to_remote l(:button_clear), |
32 { :url => { :set_filter => (@query.new_record? ? 1 : nil) }, | 32 { :url => { :project_id => @project, :set_filter => (@query.new_record? ? 1 : nil) }, |
33 :method => :put, | |
33 :update => "content", | 34 :update => "content", |
34 }, :class => 'icon icon-reload' if @query.new_record? %> | 35 }, :class => 'icon icon-reload' if @query.new_record? %> |
35 </p> | 36 </p> |
36 <% end %> | 37 <% end %> |
37 | 38 |