LP #1717996 Change label for shareable buckets user/dpearl/LP1717996_change_bucket_label-signoff
authorTiffany Little <tlittle@georgialibraries.org>
Fri, 8 Mar 2019 14:23:17 +0000 (09:23 -0500)
committerDan Pearl <dpearl@cwmars.org>
Fri, 24 May 2019 17:07:17 +0000 (13:07 -0400)
Changes 'publicly visible' label on buckets and also adds a tooltip with an explanation.

Signed-off-by: Tiffany Little <tlittle@georgialibraries.org>
Signed-off-by: Dan Pearl <dpearl@cwmars.org>
Open-ILS/src/templates/staff/cat/bucket/share/t_bucket_create.tt2
Open-ILS/src/templates/staff/cat/bucket/share/t_bucket_edit.tt2

index 210ab8f..1ae7c54 100644 (file)
@@ -22,7 +22,8 @@
        <div class="checkbox">
         <label>
           <input ng-model="args.pub" type="checkbox"/>
-          [% l('Publicly Visible?') %]
+          [% l('Shareable') %]
+<eg-help-popover help-text="[%l('Visible and searchable by any staff member')%]">
         </label>
       </div>
     </div>
index 81b8cf6..5809c3e 100644 (file)
@@ -20,7 +20,8 @@
        <div class="checkbox">
         <label>
           <input ng-model="args.pub" type="checkbox">
-          [% l('Publicly Visible?') %]
+           [% l('Shareable') %]
+<eg-help-popover help-text="[%l('Visible and searchable by any staff member')%]">
         </label>
       </div>
     </div>