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@georgialibraries.org>
Signed-off-by: Jane Sandberg <sandbej@linnbenton.edu>
Signed-off-by: Jason Boyer <JBoyer@equinoxinitiative.org>
<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">
<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">