[Koha-bugs] [Bug 7220] New: Returns page message boxes being ignored

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Mon Nov 14 04:07:29 CET 2011


http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7220

             Bug #: 7220
           Summary: Returns page message boxes being ignored
    Classification: Unclassified
 Change sponsored?: ---
           Product: Koha
           Version: master
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: enhancement
          Priority: P5 - low
         Component: Circulation
        AssignedTo: kyle.m.hall at gmail.com
        ReportedBy: chrish at catalyst.net.nz
         QAContact: ian.walls at bywatersolutions.com
                CC: gmcharlt at gmail.com


Created attachment 6301
  --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=6301
patch to add additional ids to message dialog's in returns.tt that did not
already have an id

The message dialogs on the returns page are quite easy to miss as they are (by
default) a rather dull colour.

Attached is patch to add some further ids to the return page so that users can
customise the display of the various messages (by adding a css entry in
IntranetUserCSS)


id : quick description
rotating-collection : "this item is part of a rotating collection and needs to
be..."
return1 : "Please return ... to ..."
return2 : "Please return ... to ..."
hold-found1 : "hold found(item is already waiting)"
hold-found2 : "hold found"
transfer-needed : "Hold needing transfer found"
item-transfer : "This item needs to be transferred to ..."

example entry (add to IntranetUserCSS):
div#return1 { background : blue; }

-- 
Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching all bug changes.


More information about the Koha-bugs mailing list