[Koha-bugs] [Bug 26680] New: Highlight (rcvd) in basket view

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Wed Oct 14 21:44:34 CEST 2020


https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26680

            Bug ID: 26680
           Summary: Highlight (rcvd) in basket view
 Change sponsored?: ---
           Product: Koha
           Version: 19.11
          Hardware: All
                OS: All
            Status: NEW
          Severity: enhancement
          Priority: P5 - low
         Component: Acquisitions
          Assignee: koha-bugs at lists.koha-community.org
          Reporter: barbara.johnson at bedfordtx.gov
        QA Contact: testopia at bugs.koha-community.org

Created attachment 111638
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=111638&action=edit
Title in basket with (rcvd) displayed in red

When viewing a basket of titles on basket.pl it would helpful to highlight the
(rcvd) info for ease of use and efficiency.  We currently use some jQuery
(created for us by George Williams at NEKLS) to make ours red so that it stands
out.  But I think it would great if this could be incorporated into Koha.  

Example:
(rcvd) All the devils are here / by Penny, Louise.

jQuery we're using:

$("#acqui_basket_content p:contains('(rcvd)')").html(function(_, html) {
      return html.replace(/(rcvd)/g, '<span style="font-weight: bold; color:
#990000;">$1</span>');
});

-- 
You are receiving this mail because:
You are watching all bug changes.
You are the assignee for the bug.


More information about the Koha-bugs mailing list