thecore_dataentry_with_date_start_and_end 1.1.6 → 1.1.8
Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: '03081e978880e7c9a43fd815ec68aa28a735001b'
|
4
|
+
data.tar.gz: 1167e55833fc662d5d3a19fb7ee225953020044d
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: f3c510320cdb6875d8f006393a21d8cf14b8e2be8be0ae36a775944d1c61265319235c716a63d661cfb2dcac8f71eeaa081a139d6fce9905854d7f5096e77aba
|
7
|
+
data.tar.gz: cda0061dd24993b4406b2e19b6d59303f86eee1debcd0568b50a96ffad058433a65f16878422d1e93b9b028a89b2b2f7ee1f369ee036213e967472e6db51acd2
|
@@ -7,11 +7,11 @@
|
|
7
7
|
var html = $("<div></div>");
|
8
8
|
html.append("<h3><%=t "thecore_dataentry_with_date_start_and_end.header" %> "+data.barcode+"</h3>");
|
9
9
|
<%-if (not_before rescue true)%>
|
10
|
-
html.append(buildDTPicker("not-before", '<%=t "thecore_dataentry_with_date_start_and_end.not_before" %>', data.not_before, <%= not_before_ro rescue false %>));
|
10
|
+
html.append(buildDTPicker("not-before", '<%=t "thecore_dataentry_with_date_start_and_end.not_before" %>', data.not_before, <%= not_before_ro rescue false %>, <%= not_before_date_only rescue false%>));
|
11
11
|
html.append("<br/>");
|
12
12
|
<%-end%>
|
13
13
|
<%-if (not_after rescue true)%>
|
14
|
-
html.append(buildDTPicker("not-after", '<%=t "thecore_dataentry_with_date_start_and_end.not_after" %>', data.not_after, <%= not_after_ro rescue false %>));
|
14
|
+
html.append(buildDTPicker("not-after", '<%=t "thecore_dataentry_with_date_start_and_end.not_after" %>', data.not_after, <%= not_after_ro rescue false %>, <%= not_after_date_only rescue false%>));
|
15
15
|
html.append("<br/>");
|
16
16
|
<%-end%>
|
17
17
|
html.append("<strong><%=t "thecore_dataentry_with_date_start_and_end.description"%></strong>");
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: thecore_dataentry_with_date_start_and_end
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.1.
|
4
|
+
version: 1.1.8
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Gabriele Tassoni
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2018-02-
|
11
|
+
date: 2018-02-20 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: thecore_dataentry_commons
|