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