Sha256: c183e410988d87a0be86b283fa16d857e548d786bdb9d61c3cc5b5d5f2be7bbc

Contents?: true

Size: 583 Bytes

Versions: 9

Compression:

Stored size: 583 Bytes

Contents

<div style="color: red"><%= flash[:message] -%></div>

<div class="search_form">
<%= form_for :checkin, :html => {:method => :post}, :url => basket_checkins_path(@basket), :remote => true do |f| -%>
  <%= f.error_messages %>
  <p>
    <%= t('activerecord.attributes.item.item_identifier') -%>:
    <%= f.search_field :item_identifier, :class => 'resource_item_identifier' -%>
    <%= f.submit t('checkin.checkin'), 'data-disable-with' => t('page.saving') -%>
  </p>
<%- end -%>
<%= javascript_tag("$('#checkin_item_identifier').focus().select();") %>
</div>

<%= render 'checkin' %>

Version data entries

9 entries across 9 versions & 1 rubygems

Version Path
enju_circulation-0.1.0.pre8 app/views/checkins/_list.html.erb
enju_circulation-0.1.0.pre7 app/views/checkins/_list.html.erb
enju_circulation-0.1.0.pre6 app/views/checkins/_list.html.erb
enju_circulation-0.1.0.pre5 app/views/checkins/_list.html.erb
enju_circulation-0.1.0.pre4 app/views/checkins/_list.html.erb
enju_circulation-0.1.0.pre3 app/views/checkins/_list.html.erb
enju_circulation-0.1.0.pre2 app/views/checkins/_list.html.erb
enju_circulation-0.1.0.pre app/views/checkins/_list.html.erb
enju_circulation-0.0.71 app/views/checkins/_list.html.erb