mirror of
https://github.com/meineerde/redmine.git
synced 2025-12-24 01:11:12 +00:00
Use new pagination style in gantt (#26671).
Patch by Go MAEDA. git-svn-id: http://svn.redmine.org/redmine/trunk@17048 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
parent
daa983abf1
commit
5d890dc9a9
@ -337,20 +337,19 @@
|
||||
</tr>
|
||||
</table>
|
||||
|
||||
<table style="width:100%">
|
||||
<tr>
|
||||
<td style="text-align:left;">
|
||||
<%= link_to("\xc2\xab " + l(:label_previous),
|
||||
{:params => request.query_parameters.merge(@gantt.params_previous)},
|
||||
:accesskey => accesskey(:previous)) %>
|
||||
</td>
|
||||
<td style="text-align:right;">
|
||||
<%= link_to(l(:label_next) + " \xc2\xbb",
|
||||
{:params => request.query_parameters.merge(@gantt.params_next)},
|
||||
:accesskey => accesskey(:next)) %>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
<span class="pagination">
|
||||
<ul class="pages">
|
||||
<li class="previous page">
|
||||
<%= link_to("\xc2\xab " + l(:label_previous),
|
||||
{:params => request.query_parameters.merge(@gantt.params_previous)},
|
||||
:accesskey => accesskey(:previous)) %>
|
||||
</li><li class="next page">
|
||||
<%= link_to(l(:label_next) + " \xc2\xbb",
|
||||
{:params => request.query_parameters.merge(@gantt.params_next)},
|
||||
:accesskey => accesskey(:next)) %>
|
||||
</li>
|
||||
</ul>
|
||||
</span>
|
||||
|
||||
<% other_formats_links do |f| %>
|
||||
<%= f.link_to_with_query_parameters 'PDF', @gantt.params %>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user