Revision 442:753f1380d6bc app/views/activities/.svn

View differences:

app/views/activities/.svn/entries
1 1
10
2 2

  
3 3
dir
4
4993
5
http://redmine.rubyforge.org/svn/trunk/app/views/activities
4
6000
5
http://redmine.rubyforge.org/svn/branches/1.2-stable/app/views/activities
6 6
http://redmine.rubyforge.org/svn
7 7

  
8 8

  
9 9

  
10
2010-08-27T14:05:54.014502Z
11
4047
12
edavis10
10
2011-04-03T14:01:32.419875Z
11
5301
12
jplang
13 13

  
14 14

  
15 15

  
......
32 32

  
33 33

  
34 34

  
35
2011-03-03T11:05:11.000000Z
36
9e6d9091be2c8769f8e262500d974f84
37
2010-08-27T14:05:54.014502Z
38
4047
39
edavis10
35
2011-06-06T13:18:33.000000Z
36
842302ab754ce754f88204a7074c4b9d
37
2011-04-03T14:01:32.419875Z
38
5301
39
jplang
40 40
has-props
41 41

  
42 42

  
......
58 58

  
59 59

  
60 60

  
61
3266
61
2936
62 62

app/views/activities/.svn/text-base/index.html.erb.svn-base
21 21
<%= content_tag('p', l(:label_no_data), :class => 'nodata') if @events_by_day.empty? %>
22 22

  
23 23
<div style="float:left;">
24
<%= link_to_remote(('&#171; ' + l(:label_previous)), 
25
                   {:update => "content", :url => params.merge(:from => @date_to - @days - 1), :method => :get, :complete => 'window.scrollTo(0,0)'},
26
                   {:href => url_for(params.merge(:from => @date_to - @days - 1)),
27
                    :title => l(:label_date_from_to, :start => format_date(@date_to - 2*@days), :end => format_date(@date_to - @days - 1))}) %>
24
<%= link_to_content_update('&#171; ' + l(:label_previous), 
25
                   params.merge(:from => @date_to - @days - 1),
26
                   :title => l(:label_date_from_to, :start => format_date(@date_to - 2*@days), :end => format_date(@date_to - @days - 1))) %>
28 27
</div>
29 28
<div style="float:right;">
30
<%= link_to_remote((l(:label_next) + ' &#187;'), 
31
                   {:update => "content", :url => params.merge(:from => @date_to + @days - 1), :method => :get, :complete => 'window.scrollTo(0,0)'},
32
                   {:href => url_for(params.merge(:from => @date_to + @days - 1)),
33
                    :title => l(:label_date_from_to, :start => format_date(@date_to), :end => format_date(@date_to + @days - 1))}) unless @date_to >= Date.today %>
29
<%= link_to_content_update(l(:label_next) + ' &#187;', 
30
                   params.merge(:from => @date_to + @days - 1),
31
                   :title => l(:label_date_from_to, :start => format_date(@date_to), :end => format_date(@date_to + @days - 1))) unless @date_to >= Date.today %>
34 32
</div>
35 33
&nbsp;
36 34
<% other_formats_links do |f| %>

Also available in: Unified diff