blacklight 6.23.0 → 6.24.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/VERSION +1 -1
- data/app/views/catalog/email.html.erb +3 -1
- data/app/views/catalog/email_success.html.erb +4 -2
- data/app/views/catalog/facet.html.erb +3 -1
- data/app/views/catalog/sms.html.erb +4 -1
- data/app/views/catalog/sms_success.html.erb +5 -2
- data/app/views/shared/_ajax_modal.html.erb +2 -2
- data/config/locales/blacklight.de.yml +3 -0
- data/config/locales/blacklight.en.yml +3 -0
- data/config/locales/blacklight.es.yml +3 -0
- data/config/locales/blacklight.fr.yml +3 -0
- data/config/locales/blacklight.it.yml +3 -0
- data/config/locales/blacklight.pt-BR.yml +3 -0
- metadata +3 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 57d198c6aed6d4e2cca7c1945904e4b13139ba1788acd6363d427aa30d436c14
|
|
4
|
+
data.tar.gz: 92364314b9bbb7fcb9afc3f229a641afcd05ba43e1df4b19c8512e0e256523f9
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 11048e0150ec7619375f56771faf38d1bdd0797f0f19cf67c8d8926f9f1e26adab9caf1a0f4fae084be28807aa0ab4e7320c149f688181f49eea8dedfd73d7c7
|
|
7
|
+
data.tar.gz: ece97e66b4d5a6c1f91b5ea9491811d06983435e592936e973de5e253fcf8405351b601999480340384ef229affa3e703b261a628a41286975b20a83e789ea2e
|
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
6.
|
|
1
|
+
6.24.0
|
|
@@ -1,5 +1,7 @@
|
|
|
1
1
|
<div class="modal-header">
|
|
2
|
-
<button type="button" class="ajax-modal-close close" data-dismiss="modal" aria-
|
|
2
|
+
<button type="button" class="ajax-modal-close close" data-dismiss="modal" aria-label="<%= t('blacklight.modal.close') %>">
|
|
3
|
+
<span aria-hidden="true">×</span>
|
|
4
|
+
</button>
|
|
3
5
|
<h1 class="modal-title"><%= t('blacklight.email.form.title') %></h1>
|
|
4
6
|
</div>
|
|
5
7
|
<%= render :partial => 'email_form' %>
|
|
@@ -1,9 +1,11 @@
|
|
|
1
1
|
<div class="modal-header">
|
|
2
|
-
<button type="button" class="close" data-dismiss="modal" aria-
|
|
2
|
+
<button type="button" class="ajax-modal-close close" data-dismiss="modal" aria-label="<%= t('blacklight.modal.close') %>">
|
|
3
|
+
<span aria-hidden="true">×</span>
|
|
4
|
+
</button>
|
|
3
5
|
<h1><%= t('blacklight.email.form.title') %></h1>
|
|
4
6
|
</div>
|
|
5
7
|
|
|
6
8
|
<div class="modal-body">
|
|
7
9
|
<%= render :partial=>'/flash_msg' %>
|
|
8
10
|
<span class="ajax-close-modal"></span>
|
|
9
|
-
</div>
|
|
11
|
+
</div>
|
|
@@ -3,7 +3,9 @@
|
|
|
3
3
|
</div>
|
|
4
4
|
|
|
5
5
|
<div class="modal-header">
|
|
6
|
-
<button type="button" class="ajax-modal-close close" data-dismiss="modal" aria-
|
|
6
|
+
<button type="button" class="ajax-modal-close close" data-dismiss="modal" aria-label="<%= t('blacklight.modal.close') %>">
|
|
7
|
+
<span aria-hidden="true">×</span>
|
|
8
|
+
</button>
|
|
7
9
|
|
|
8
10
|
<h3 class="modal-title"><%= facet_field_label(@facet.key) %></h3>
|
|
9
11
|
<%= render partial: 'facet_index_navigation' if @facet.index_range && @display_facet.index? %>
|
|
@@ -1,5 +1,8 @@
|
|
|
1
1
|
<div class="modal-header">
|
|
2
|
-
|
|
2
|
+
<button type="button" class="ajax-modal-close close" data-dismiss="modal" aria-label="<%= t('blacklight.modal.close') %>">
|
|
3
|
+
<span aria-hidden="true">×</span>
|
|
4
|
+
</button>
|
|
5
|
+
|
|
3
6
|
<h1 class="modal-title"><%= t('blacklight.sms.form.title') %></h1>
|
|
4
7
|
</div>
|
|
5
8
|
<%= render :partial => 'sms_form' %>
|
|
@@ -1,9 +1,12 @@
|
|
|
1
1
|
<div class="modal-header">
|
|
2
|
-
<button type="button" class="close" data-dismiss="modal" aria-
|
|
2
|
+
<button type="button" class="ajax-modal-close close" data-dismiss="modal" aria-label="<%= t('blacklight.modal.close') %>">
|
|
3
|
+
<span aria-hidden="true">×</span>
|
|
4
|
+
</button>
|
|
5
|
+
|
|
3
6
|
<h1 class="modal-title"><%= t('blacklight.sms.form.title') %></h1>
|
|
4
7
|
</div>
|
|
5
8
|
|
|
6
9
|
<div class="modal-body">
|
|
7
10
|
<%= render :partial=>'/flash_msg' %>
|
|
8
11
|
<span class="ajax-close-modal"></span>
|
|
9
|
-
</div>
|
|
12
|
+
</div>
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
<div id="ajax-modal" class="modal fade" tabindex="-1" role="dialog" aria-
|
|
2
|
-
<div class="modal-dialog">
|
|
1
|
+
<div id="ajax-modal" class="modal fade" tabindex="-1" role="dialog" aria-hidden="true">
|
|
2
|
+
<div class="modal-dialog" role="document">
|
|
3
3
|
<div class="modal-content">
|
|
4
4
|
</div>
|
|
5
5
|
</div>
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: blacklight
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 6.
|
|
4
|
+
version: 6.24.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Jonathan Rochkind
|
|
@@ -17,7 +17,7 @@ authors:
|
|
|
17
17
|
autorequire:
|
|
18
18
|
bindir: exe
|
|
19
19
|
cert_chain: []
|
|
20
|
-
date:
|
|
20
|
+
date: 2021-01-23 00:00:00.000000000 Z
|
|
21
21
|
dependencies:
|
|
22
22
|
- !ruby/object:Gem::Dependency
|
|
23
23
|
name: rails
|
|
@@ -771,7 +771,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
771
771
|
- !ruby/object:Gem::Version
|
|
772
772
|
version: '0'
|
|
773
773
|
requirements: []
|
|
774
|
-
rubygems_version: 3.
|
|
774
|
+
rubygems_version: 3.1.4
|
|
775
775
|
signing_key:
|
|
776
776
|
specification_version: 4
|
|
777
777
|
summary: Blacklight provides a discovery interface for any Solr (http://lucene.apache.org/solr)
|