From: Martha Driscoll Date: Mon, 25 Jan 2016 17:00:10 +0000 (-0500) Subject: Change from turtle.gif to intransit.png and holdshelf.png X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=refs%2Fheads%2Fuser%2Fdriscoll%2Ftest-branch;p=working%2FEvergreen.git Change from turtle.gif to intransit.png and holdshelf.png This commit changes the reference to turtle.gif to two new images, one for when a copy goes intransit and another for when a copy goes on the holdshelf. The images are called intransit.png and holdshelf.png. Signed-off-by: Martha Driscoll --- diff --git a/Open-ILS/xul/staff_client/server/circ/util.js b/Open-ILS/xul/staff_client/server/circ/util.js index 32bfabfffd..1a8cd512be 100644 --- a/Open-ILS/xul/staff_client/server/circ/util.js +++ b/Open-ILS/xul/staff_client/server/circ/util.js @@ -3082,7 +3082,7 @@ circ.util.checkin_via_barcode2 = function(session,params,backdate,auto_print,che document.getElementById('circStrings').getString('staff.circ.utils.hold_slip.print.no'), null, document.getElementById('circStrings').getString('staff.circ.confirm.msg'), - '/xul/server/skin/media/images/turtle.gif' + '/xul/server/skin/media/images/holdshelf.png' ); } else { if (suppress_popups && !no_print_prompting) { @@ -3493,7 +3493,7 @@ circ.util.checkin_via_barcode2 = function(session,params,backdate,auto_print,che document.getElementById('circStrings').getString('staff.circ.utils.transit_slip.print.no'), null, document.getElementById('circStrings').getString('staff.circ.confirm.msg'), - '/xul/server/skin/media/images/turtle.gif' + '/xul/server/skin/media/images/intransit.png' ); } else { if (suppress_popups && !no_print_prompting) {