Defect #15398 » search.diff
app/views/search/index.html.erb (working copy) | ||
---|---|---|
36 | 36 |
</dl> |
37 | 37 |
<% end %> |
38 | 38 | |
39 |
<p><center>
|
|
39 |
<p style="text-align:center;">
|
|
40 | 40 |
<% if @pagination_previous_date %> |
41 | 41 |
<%= link_to_content_update("\xc2\xab " + l(:label_previous), |
42 | 42 |
params.merge(:previous => 1, |
... | ... | |
47 | 47 |
params.merge(:previous => nil, |
48 | 48 |
:offset => @pagination_next_date.strftime("%Y%m%d%H%M%S"))) %> |
49 | 49 |
<% end %> |
50 |
</center></p>
|
|
50 |
</p> |
|
51 | 51 | |
52 | 52 |
<% html_title(l(:label_search)) -%> |