Sha256: 0868c67ddf70d89fcedc86bf95134280e0e8c69f36680366d190384eac3dee7b

Contents?: true

Size: 1.32 KB

Versions: 11

Compression:

Stored size: 1.32 KB

Contents

<div class="field">
  <%= f.label t('activerecord.models.user_group_has_checkout_type') %><br />
  <%= f.fields_for :user_group_has_checkout_types do |checkout_form| %>
    <%= checkout_form.label :checkout_type_id -%>
    <%= checkout_form.select(:checkout_type_id, @checkout_types.collect{|c| [c.display_name.localize, c.id]}) %>
    <%= checkout_form.link_to_remove t('page.remove'), confirm: t('page.are_you_sure') %>
    <br />
    <%= checkout_form.label :checkout_limit -%>
    <%= checkout_form.text_field :checkout_limit, class: 'resource_integer' %>
    <%= checkout_form.label :checkout_period -%>
    <%= checkout_form.text_field :checkout_period, class: 'resource_integer' %>
    <%= checkout_form.label :checkout_renewal_limit -%>
    <%= checkout_form.text_field :checkout_renewal_limit, class: 'resource_integer' %>
    <br />
    <%= checkout_form.label :reservation_limit -%>
    <%= checkout_form.text_field :reservation_limit, class: 'resource_integer' %>
    <%= checkout_form.label :reservation_expired_period -%>
    <%= checkout_form.text_field :reservation_expired_period, class: 'resource_integer' %>
    <%= checkout_form.label :set_due_date_before_closing_day -%>
    <%= checkout_form.check_box :set_due_date_before_closing_day %>
  <% end %>
  <p><%= f.link_to_add t('page.add'), :user_group_has_checkout_types %></p>
</div>

Version data entries

11 entries across 11 versions & 1 rubygems

Version Path
enju_circulation-0.1.0.pre47 app/views/user_groups/_checkout_form.html.erb
enju_circulation-0.1.0.pre46 app/views/user_groups/_checkout_form.html.erb
enju_circulation-0.1.0.pre45 app/views/user_groups/_checkout_form.html.erb
enju_circulation-0.1.0.pre44 app/views/user_groups/_checkout_form.html.erb
enju_circulation-0.1.0.pre43 app/views/user_groups/_checkout_form.html.erb
enju_circulation-0.1.0.pre42 app/views/user_groups/_checkout_form.html.erb
enju_circulation-0.1.0.pre41 app/views/user_groups/_checkout_form.html.erb
enju_circulation-0.1.0.pre40 app/views/user_groups/_checkout_form.html.erb
enju_circulation-0.1.0.pre39 app/views/user_groups/_checkout_form.html.erb
enju_circulation-0.1.0.pre38 app/views/user_groups/_checkout_form.html.erb
enju_circulation-0.1.0.pre37 app/views/user_groups/_checkout_form.html.erb