@@ -188,8 +188,14 end %> | |||
|
188 | 188 | |
|
189 | 189 | <table style="width:100%"> |
|
190 | 190 | <tr> |
|
191 | <td align="left"><%= link_to_content_update("\xc2\xab " + l(:label_previous), params.merge(@gantt.params_previous)) %></td> | |
|
192 | <td align="right"><%= link_to_content_update(l(:label_next) + " \xc2\xbb", params.merge(@gantt.params_next)) %></td> | |
|
191 | <td align="left"> | |
|
192 | <%= link_to_content_update("\xc2\xab " + l(:label_previous), | |
|
193 | params.merge(@gantt.params_previous)) %> | |
|
194 | </td> | |
|
195 | <td align="right"> | |
|
196 | <%= link_to_content_update(l(:label_next) + " \xc2\xbb", | |
|
197 | params.merge(@gantt.params_next)) %> | |
|
198 | </td> | |
|
193 | 199 | </tr> |
|
194 | 200 | </table> |
|
195 | 201 |
General Comments 0
You need to be logged in to leave comments.
Login now