%#-- copyright OpenProject is a project management system. Copyright (C) 2012-2013 the OpenProject Team This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License version 3. See doc/COPYRIGHT.rdoc for more details. ++#%> <%= form_tag(project_enumerations_path(@project), :method => :put, :class => "tabular") do %>
<%= Enumeration.human_attribute_name(:name) %> | <%= l(:enumeration_system_activity) %> | <% TimeEntryActivity.new.available_custom_fields.each do |value| %><%= h value.name %> | <% end %><%= Enumeration.human_attribute_name(:active) %> |
---|---|---|---|
<%= ff.hidden_field :parent_id, :value => enumeration.id unless enumeration.project %> <%= h(enumeration) %> | <%= checked_image !enumeration.project %> | <% enumeration.custom_field_values.each do |value| %><%= custom_field_tag "enumerations[#{enumeration.id}]", value %> | <% end %><%= label_tag "enumerations_#{enumeration.id}_active", l(:description_active), :class => "hidden-for-sighted" %> <%= ff.check_box :active %> |