##// END OF EJS Templates
Merged r12309 (#15398)....
Jean-Philippe Lang -
r12154:8ea273d427a9
parent child
Show More
@@ -37,7 +37,7
37 </dl>
37 </dl>
38 <% end %>
38 <% end %>
39
39
40 <p><center>
40 <p class="pagination">
41 <% if @pagination_previous_date %>
41 <% if @pagination_previous_date %>
42 <%= link_to_content_update("\xc2\xab " + l(:label_previous),
42 <%= link_to_content_update("\xc2\xab " + l(:label_previous),
43 params.merge(:previous => 1,
43 params.merge(:previous => 1,
@@ -48,7 +48,7
48 params.merge(:previous => nil,
48 params.merge(:previous => nil,
49 :offset => @pagination_next_date.strftime("%Y%m%d%H%M%S"))) %>
49 :offset => @pagination_next_date.strftime("%Y%m%d%H%M%S"))) %>
50 <% end %>
50 <% end %>
51 </center></p>
51 </p>
52
52
53 <% html_title(l(:label_search)) -%>
53 <% html_title(l(:label_search)) -%>
54
54
General Comments 0
You need to be logged in to leave comments. Login now