comparison app/views/search/.svn/text-base/index.rhtml.svn-base @ 441:cbce1fd3b1b7 redmine-1.2

Update to Redmine 1.2-stable branch (Redmine SVN rev 6000)
author Chris Cannam
date Mon, 06 Jun 2011 14:24:13 +0100
parents 513646585e45
children 0c939c159af4
comparison
equal deleted inserted replaced
245:051f544170fe 441:cbce1fd3b1b7
33 </dl> 33 </dl>
34 <% end %> 34 <% end %>
35 35
36 <p><center> 36 <p><center>
37 <% if @pagination_previous_date %> 37 <% if @pagination_previous_date %>
38 <%= link_to_remote ('&#171; ' + l(:label_previous)), 38 <%= link_to_content_update('&#171; ' + l(:label_previous),
39 {:update => :content, 39 params.merge(:previous => 1, :offset => @pagination_previous_date.strftime("%Y%m%d%H%M%S"))) %>&nbsp;
40 :url => params.merge(:previous => 1, :offset => @pagination_previous_date.strftime("%Y%m%d%H%M%S"))
41 }, :href => url_for(params.merge(:previous => 1, :offset => @pagination_previous_date.strftime("%Y%m%d%H%M%S"))) %>&nbsp;
42 <% end %> 40 <% end %>
43 <% if @pagination_next_date %> 41 <% if @pagination_next_date %>
44 <%= link_to_remote (l(:label_next) + ' &#187;'), 42 <%= link_to_content_update(l(:label_next) + ' &#187;',
45 {:update => :content, 43 params.merge(:previous => nil, :offset => @pagination_next_date.strftime("%Y%m%d%H%M%S"))) %>
46 :url => params.merge(:previous => nil, :offset => @pagination_next_date.strftime("%Y%m%d%H%M%S"))
47 }, :href => url_for(params.merge(:previous => nil, :offset => @pagination_next_date.strftime("%Y%m%d%H%M%S"))) %>
48 <% end %> 44 <% end %>
49 </center></p> 45 </center></p>
50 46
51 <% html_title(l(:label_search)) -%> 47 <% html_title(l(:label_search)) -%>