Sha256: 2fc2ce92aa7b79ed0ad26fa317e9825eb53634b07d186ffecc50a8c522d6959f

Contents?: true

Size: 1.18 KB

Versions: 5

Compression:

Stored size: 1.18 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 :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

5 entries across 5 versions & 1 rubygems

Version Path
enju_circulation-0.1.2 app/views/user_groups/_checkout_form.html.erb
enju_circulation-0.1.1 app/views/user_groups/_checkout_form.html.erb
enju_circulation-0.1.0 app/views/user_groups/_checkout_form.html.erb
enju_circulation-0.1.0.pre49 app/views/user_groups/_checkout_form.html.erb
enju_circulation-0.1.0.pre48 app/views/user_groups/_checkout_form.html.erb