From 4178a9dece508d2cde877576ebe0ec691f5ff03b Mon Sep 17 00:00:00 2001 From: Martha Driscoll Date: Mon, 25 Jan 2016 12:00:10 -0500 Subject: [PATCH] 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 --- Open-ILS/xul/staff_client/server/circ/util.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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) { -- 2.11.0