mirror of
https://github.com/redmine/redmine.git
synced 2026-01-26 01:10:01 +01:00
Merged r23445 from trunk to 6.0-stable (#42117).
git-svn-id: https://svn.redmine.org/redmine/branches/6.0-stable@23448 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
@@ -6,7 +6,7 @@
|
||||
<ul id="custom_field_enumerations" class="flat">
|
||||
<% @custom_field.enumerations.each_with_index do |value, position| %>
|
||||
<li>
|
||||
<span class="icon-only icon-sort-handle sort-handle"></span>
|
||||
<%= tag.span(sprite_icon('reorder', ''), :class => 'icon-only icon-sort-handle sort-handle', :title => l(:button_move)) %>
|
||||
<%= hidden_field_tag "custom_field_enumerations[#{value.id}][position]", position, :class => 'position' %>
|
||||
<%= text_field_tag "custom_field_enumerations[#{value.id}][name]", value.name, :size => 40 %>
|
||||
<%= hidden_field_tag "custom_field_enumerations[#{value.id}][active]", 0 %>
|
||||
|
||||
Reference in New Issue
Block a user