@@ -10,7 +10,7 | |||
|
10 | 10 | <th><%= l(:field_name) %></th> |
|
11 | 11 | <th style="width:15%;"><%= l(:field_is_default) %></th> |
|
12 | 12 | <th style="width:15%;"><%= l(:field_active) %></th> |
|
13 | <th style="width:15%;"></th> | |
|
13 | <th style="width:15%;"><%=l(:button_sort)%></th> | |
|
14 | 14 | <th align="center" style="width:10%;"> </th> |
|
15 | 15 | </tr></thead> |
|
16 | 16 | <% enumerations.each do |enumeration| %> |
@@ -18,7 +18,7 | |||
|
18 | 18 | <td><%= link_to h(enumeration), edit_enumeration_path(enumeration) %></td> |
|
19 | 19 | <td class="center" style="width:15%;"><%= checked_image enumeration.is_default? %></td> |
|
20 | 20 | <td class="center" style="width:15%;"><%= checked_image enumeration.active? %></td> |
|
21 | <td style="width:15%;"><%= reorder_links('enumeration', {:action => 'update', :id => enumeration}, :put) %></td> | |
|
21 | <td align="center" style="width:15%;"><%= reorder_links('enumeration', {:action => 'update', :id => enumeration}, :put) %></td> | |
|
22 | 22 | <td class="buttons"> |
|
23 | 23 | <%= delete_link enumeration_path(enumeration) %> |
|
24 | 24 | </td> |
General Comments 0
You need to be logged in to leave comments.
Login now