Sha256: 0db4f96f32ce540ab6d9b47db2049013c5b2077c7e548f57ab7cab40b7cea5bb

Contents?: true

Size: 895 Bytes

Versions: 17

Compression:

Stored size: 895 Bytes

Contents

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

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

<%= render 'checked_item' %>

<%= form_for(:basket, :url => {:controller => 'baskets', :action => 'update', :id => @basket.id}, :html => { :method => :put }) do |f| -%>
  <div>
    <%= f.submit t('checked_item.checkout'), 'data-disable-with' => t('page.saving') -%>
  </div>
<%- end -%>

Version data entries

17 entries across 17 versions & 1 rubygems

Version Path
enju_circulation-0.0.66 app/views/checked_items/_list.html.erb
enju_circulation-0.0.65 app/views/checked_items/_list.html.erb
enju_circulation-0.0.64 app/views/checked_items/_list.html.erb
enju_circulation-0.0.63 app/views/checked_items/_list.html.erb
enju_circulation-0.0.62 app/views/checked_items/_list.html.erb
enju_circulation-0.0.61 app/views/checked_items/_list.html.erb
enju_circulation-0.0.60 app/views/checked_items/_list.html.erb
enju_circulation-0.0.59 app/views/checked_items/_list.html.erb
enju_circulation-0.0.58 app/views/checked_items/_list.html.erb
enju_circulation-0.0.57 app/views/checked_items/_list.html.erb
enju_circulation-0.0.56 app/views/checked_items/_list.html.erb
enju_circulation-0.0.55 app/views/checked_items/_list.html.erb
enju_circulation-0.0.54 app/views/checked_items/_list.html.erb
enju_circulation-0.0.53 app/views/checked_items/_list.html.erb
enju_circulation-0.0.52 app/views/checked_items/_list.html.erb
enju_circulation-0.0.51 app/views/checked_items/_list.html.erb
enju_circulation-0.0.50 app/views/checked_items/_list.html.erb