Revision 441:cbce1fd3b1b7 app/views/search/.svn/text-base

View differences:

app/views/search/.svn/text-base/index.rhtml.svn-base
35 35

  
36 36
<p><center>
37 37
<% if @pagination_previous_date %>
38
<%= link_to_remote ('&#171; ' + l(:label_previous)),
39
                   {:update => :content,
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;
38
<%= link_to_content_update('&#171; ' + l(:label_previous),
39
      params.merge(:previous => 1, :offset => @pagination_previous_date.strftime("%Y%m%d%H%M%S"))) %>&nbsp;
42 40
<% end %>
43 41
<% if @pagination_next_date %>
44
<%= link_to_remote (l(:label_next) + ' &#187;'),
45
                   {:update => :content,
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"))) %>
42
<%= link_to_content_update(l(:label_next) + ' &#187;',
43
      params.merge(:previous => nil, :offset => @pagination_next_date.strftime("%Y%m%d%H%M%S"))) %>
48 44
<% end %>
49 45
</center></p>
50 46

  

Also available in: Unified diff