[open-ils-commits] [GIT] Evergreen ILS branch rel_3_5 updated. 9533ecd64e1de405f9fd6575dae8b7a87c5fa956

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, rel_3_5 has been updated
       via  9533ecd64e1de405f9fd6575dae8b7a87c5fa956 (commit)
       via  461079fd6a82c88820e638da35dbb5de5c597760 (commit)
      from  c4fa3ca2c8fa7af9e5eb5e92b39477272edeb042 (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 9533ecd64e1de405f9fd6575dae8b7a87c5fa956
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 461079fd6a82c88820e638da35dbb5de5c597760
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