... 9 10 11 12 13 14 ... 18 19 20 21 22 23 |
... 9 10 11 12 13 14 15 ... 19 20 21 22 23 24 25 |
0 <th><%=l(:field_status)%></th> 0 <th><%=l(:field_is_default)%></th> 0 <th><%=l(:field_is_closed)%></th> 0 + <th><%=l(:field_is_development_complete)%></th> 0 <th><%=l(:button_sort)%></th> 0 <td><%= link_to status.name, :action => 'edit', :id => status %></td> 0 <td align="center"><%= image_tag 'true.png' if status.is_default? %></td> 0 <td align="center"><%= image_tag 'true.png' if status.is_closed? %></td> 0 + <td align="center"><%= image_tag 'true.png' if status.is_development_complete? %></td> 0 <td align="center" style="width:15%;"> 0 <%= link_to image_tag('2uparrow.png', :alt => l(:label_sort_highest)), {:action => 'move', :id => status, :position => 'highest'}, :method => :post, :title => l(:label_sort_highest) %> 0 <%= link_to image_tag('1uparrow.png', :alt => l(:label_sort_higher)), {:action => 'move', :id => status, :position => 'higher'}, :method => :post, :title => l(:label_sort_higher) %> -
|
Comments
No one has commented yet.