Project

General

Profile

« Previous | Next » 

Revision ba788eca

Added by Marc Dequènes almost 14 years ago

  • ID ba788eca2972b79185a5100ab94e77febd9aa9aa

[cosmetic] added position number to artwork_step_images, only visible in the admin pages, to be able to change order for steps made the same day (closes #16)

View differences:

app/views/admin/artwork_step_images/_form.rhtml
<%=
stacking_form(f) do |table|
table.field :date, _("Date:"), :date_select
table.field :position, _("Position:"), :text_field, :value => resource_object.position || 0
table.field :uploaded_data, _("Image:"), :file_field
form_comment(table)
table.content display_standard_form_buttons(submit_label)

Also available in: Unified diff