Sha256: 8be8cfef498d866625e9f2112e07bcde2728cbe525bca5b08be17e1f8678ddf3

Contents?: true

Size: 611 Bytes

Versions: 3

Compression:

Stored size: 611 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>
    <%= label_tag :item_identifier, 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

3 entries across 3 versions & 1 rubygems

Version Path
enju_circulation-0.1.0.pre11 app/views/checkins/_list.html.erb
enju_circulation-0.1.0.pre10 app/views/checkins/_list.html.erb
enju_circulation-0.1.0.pre9 app/views/checkins/_list.html.erb