Mercurial > hg > soundsoftware-site
comparison app/views/calendars/.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 | 051f544170fe |
comparison
equal
deleted
inserted
replaced
22:40f7cfd4df19 | 37:94944d00e43c |
---|---|
24 :update => "content", | 24 :update => "content", |
25 :with => "Form.serialize('query_form')" | 25 :with => "Form.serialize('query_form')" |
26 }, :class => 'icon icon-checked' %> | 26 }, :class => 'icon icon-checked' %> |
27 | 27 |
28 <%= link_to_remote l(:button_clear), | 28 <%= link_to_remote l(:button_clear), |
29 { :url => { :set_filter => (@query.new_record? ? 1 : nil) }, | 29 { :url => { :project_id => @project, :set_filter => (@query.new_record? ? 1 : nil) }, |
30 :method => :put, | |
30 :update => "content", | 31 :update => "content", |
31 }, :class => 'icon icon-reload' if @query.new_record? %> | 32 }, :class => 'icon icon-reload' if @query.new_record? %> |
32 </p> | 33 </p> |
33 <% end %> | 34 <% end %> |
34 | 35 |
35 <%= error_messages_for 'query' %> | 36 <%= error_messages_for 'query' %> |
36 <% if @query.valid? %> | 37 <% if @query.valid? %> |
37 <%= render :partial => 'common/calendar', :locals => {:calendar => @calendar} %> | 38 <%= render :partial => 'common/calendar', :locals => {:calendar => @calendar} %> |
38 | 39 |
39 <p class="legend cal"> | 40 <p class="legend cal"> |
40 <span class="starting"><%= l(:text_tip_task_begin_day) %></span> | 41 <span class="starting"><%= l(:text_tip_issue_begin_day) %></span> |
41 <span class="ending"><%= l(:text_tip_task_end_day) %></span> | 42 <span class="ending"><%= l(:text_tip_issue_end_day) %></span> |
42 <span class="starting ending"><%= l(:text_tip_task_begin_end_day) %></span> | 43 <span class="starting ending"><%= l(:text_tip_issue_begin_end_day) %></span> |
43 </p> | 44 </p> |
44 <% end %> | 45 <% end %> |
45 | 46 |
46 <% content_for :sidebar do %> | 47 <% content_for :sidebar do %> |
47 <%= render :partial => 'issues/sidebar' %> | 48 <%= render :partial => 'issues/sidebar' %> |