enju_circulation 0.0.49 → 0.0.50
Sign up to get free protection for your applications and to get access to all the features.
@@ -6,7 +6,7 @@
|
|
6
6
|
<p>
|
7
7
|
<%= t('activerecord.attributes.item.item_identifier') -%>: <%= f.search_field :item_identifier -%>
|
8
8
|
<%= t('checked_item.ignore_restriction') -%>: <%= f.check_box :ignore_restriction -%>
|
9
|
-
<%= f.submit t('page.read'),
|
9
|
+
<%= f.submit t('page.read'), 'data-disable-with' => t('page.saving') -%>
|
10
10
|
</p>
|
11
11
|
<%- end -%>
|
12
12
|
<%= javascript_tag("$('#checked_item_item_identifier').focus()") -%>
|
@@ -16,6 +16,6 @@
|
|
16
16
|
|
17
17
|
<%= form_for(:basket, :url => {:controller => 'baskets', :action => 'update', :id => @basket.id}, :html => { :method => :put }) do |f| -%>
|
18
18
|
<div>
|
19
|
-
<%= f.submit t('checked_item.checkout'),
|
19
|
+
<%= f.submit t('checked_item.checkout'), 'data-disable-with' => t('page.saving') -%>
|
20
20
|
</div>
|
21
21
|
<%- end -%>
|
@@ -6,7 +6,7 @@
|
|
6
6
|
<p>
|
7
7
|
<%= t('activerecord.attributes.item.item_identifier') -%>:
|
8
8
|
<%= f.search_field :item_identifier, :class => 'resource_item_identifier', :value => nil -%>
|
9
|
-
<%= f.submit t('checkin.checkin'),
|
9
|
+
<%= f.submit t('checkin.checkin'), 'data-disable-with' => t('page.saving') -%>
|
10
10
|
</p>
|
11
11
|
<%- end -%>
|
12
12
|
</div>
|
data/spec/dummy/db/test.sqlite3
CHANGED
Binary file
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: enju_circulation
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.0.
|
4
|
+
version: 0.0.50
|
5
5
|
prerelease:
|
6
6
|
platform: ruby
|
7
7
|
authors:
|
@@ -9,7 +9,7 @@ authors:
|
|
9
9
|
autorequire:
|
10
10
|
bindir: bin
|
11
11
|
cert_chain: []
|
12
|
-
date: 2012-
|
12
|
+
date: 2012-06-02 00:00:00.000000000 Z
|
13
13
|
dependencies:
|
14
14
|
- !ruby/object:Gem::Dependency
|
15
15
|
name: rails
|
@@ -283,22 +283,6 @@ dependencies:
|
|
283
283
|
- - ! '>='
|
284
284
|
- !ruby/object:Gem::Version
|
285
285
|
version: '0'
|
286
|
-
- !ruby/object:Gem::Dependency
|
287
|
-
name: sunspot-rails-tester
|
288
|
-
requirement: !ruby/object:Gem::Requirement
|
289
|
-
none: false
|
290
|
-
requirements:
|
291
|
-
- - ! '>='
|
292
|
-
- !ruby/object:Gem::Version
|
293
|
-
version: '0'
|
294
|
-
type: :development
|
295
|
-
prerelease: false
|
296
|
-
version_requirements: !ruby/object:Gem::Requirement
|
297
|
-
none: false
|
298
|
-
requirements:
|
299
|
-
- - ! '>='
|
300
|
-
- !ruby/object:Gem::Version
|
301
|
-
version: '0'
|
302
286
|
- !ruby/object:Gem::Dependency
|
303
287
|
name: sunspot_solr
|
304
288
|
requirement: !ruby/object:Gem::Requirement
|