[open-ils-commits] [GIT] Evergreen ILS branch master updated. 558712a7f15dcbe02f3765b64340e0150c40e282
Evergreen Git
git at git.evergreen-ils.org
Fri Jul 31 14:45:28 EDT 2020
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "Evergreen ILS".
The branch, master has been updated
via 558712a7f15dcbe02f3765b64340e0150c40e282 (commit)
via 1568ec2dc0901744eabbf0582e17d4bba5b6d1a9 (commit)
from e8afbd4634f2c60acd587781c48a0aaa6ca282d5 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit 558712a7f15dcbe02f3765b64340e0150c40e282
Author: Jane Sandberg <sandbej at linnbenton.edu>
Date: Fri Oct 25 21:11:49 2019 -0700
LP #1717996 (follow-up) Change label for shareable user buckets
Signed-off-by: Jane Sandberg <sandbej at linnbenton.edu>
Signed-off-by: Jason Boyer <JBoyer at equinoxinitiative.org>
diff --git a/Open-ILS/src/templates/staff/circ/patron/bucket/t_bucket_create.tt2 b/Open-ILS/src/templates/staff/circ/patron/bucket/t_bucket_create.tt2
index 90687246ad..0e6b90d896 100644
--- a/Open-ILS/src/templates/staff/circ/patron/bucket/t_bucket_create.tt2
+++ b/Open-ILS/src/templates/staff/circ/patron/bucket/t_bucket_create.tt2
@@ -22,8 +22,9 @@
<div class="checkbox">
<label>
<input ng-model="args.pub" type="checkbox"/>
- [% l('Staff Sharable?') %]
+ [% l('Shareable') %]
</label>
+ <eg-help-popover help-text="[%l('Visible and searchable by any staff member')%]">
</div>
</div>
<div class="modal-footer">
diff --git a/Open-ILS/src/templates/staff/circ/patron/bucket/t_bucket_edit.tt2 b/Open-ILS/src/templates/staff/circ/patron/bucket/t_bucket_edit.tt2
index 852ba466d9..8ffd6356b2 100644
--- a/Open-ILS/src/templates/staff/circ/patron/bucket/t_bucket_edit.tt2
+++ b/Open-ILS/src/templates/staff/circ/patron/bucket/t_bucket_edit.tt2
@@ -20,8 +20,9 @@
<div class="checkbox">
<label>
<input ng-model="args.pub" type="checkbox">
- [% l('Staff Sharable?') %]
+ [% l('Shareable') %]
</label>
+ <eg-help-popover help-text="[%l('Visible and searchable by any staff member')%]">
</div>
</div>
<div class="modal-footer">
commit 1568ec2dc0901744eabbf0582e17d4bba5b6d1a9
Author: Tiffany Little <tlittle at georgialibraries.org>
Date: Mon Oct 21 15:00:30 2019 -0400
LP #1717996 Change label for shareable buckets
Changes 'publicly visible' label on buckets and also adds a tooltip with an explanation. Also makes sure that clicking the tooltip does not check the checkbox automatically.
Signed-off-by: Tiffany Little <tlittle at georgialibraries.org>
Signed-off-by: Jane Sandberg <sandbej at linnbenton.edu>
Signed-off-by: Jason Boyer <JBoyer at equinoxinitiative.org>
diff --git a/Open-ILS/src/templates/staff/cat/bucket/share/t_bucket_create.tt2 b/Open-ILS/src/templates/staff/cat/bucket/share/t_bucket_create.tt2
index 210ab8f59d..56d29db01f 100644
--- a/Open-ILS/src/templates/staff/cat/bucket/share/t_bucket_create.tt2
+++ b/Open-ILS/src/templates/staff/cat/bucket/share/t_bucket_create.tt2
@@ -22,8 +22,9 @@
<div class="checkbox">
<label>
<input ng-model="args.pub" type="checkbox"/>
- [% l('Publicly Visible?') %]
+ [% l('Shareable') %]
</label>
+ <eg-help-popover help-text="[%l('Visible and searchable by any staff member')%]">
</div>
</div>
<div class="modal-footer">
diff --git a/Open-ILS/src/templates/staff/cat/bucket/share/t_bucket_edit.tt2 b/Open-ILS/src/templates/staff/cat/bucket/share/t_bucket_edit.tt2
index 81b8cf6367..cbf60f65b4 100644
--- a/Open-ILS/src/templates/staff/cat/bucket/share/t_bucket_edit.tt2
+++ b/Open-ILS/src/templates/staff/cat/bucket/share/t_bucket_edit.tt2
@@ -20,8 +20,9 @@
<div class="checkbox">
<label>
<input ng-model="args.pub" type="checkbox">
- [% l('Publicly Visible?') %]
+ [% l('Shareable') %]
</label>
+ <eg-help-popover help-text="[%l('Visible and searchable by any staff member')%]">
</div>
</div>
<div class="modal-footer">
-----------------------------------------------------------------------
Summary of changes:
Open-ILS/src/templates/staff/cat/bucket/share/t_bucket_create.tt2 | 3 ++-
Open-ILS/src/templates/staff/cat/bucket/share/t_bucket_edit.tt2 | 3 ++-
Open-ILS/src/templates/staff/circ/patron/bucket/t_bucket_create.tt2 | 3 ++-
Open-ILS/src/templates/staff/circ/patron/bucket/t_bucket_edit.tt2 | 3 ++-
4 files changed, 8 insertions(+), 4 deletions(-)
hooks/post-receive
--
Evergreen ILS
More information about the open-ils-commits
mailing list