Change from turtle.gif to intransit.png and holdshelf.png user/driscoll/test-branch
authorMartha Driscoll <driscoll@noblenet.org>
Mon, 25 Jan 2016 17:00:10 +0000 (12:00 -0500)
committerMartha Driscoll <driscoll@noblenet.org>
Mon, 25 Jan 2016 17:59:53 +0000 (12:59 -0500)
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 <driscoll@noblenet.org>
Open-ILS/xul/staff_client/server/circ/util.js

index 32bfabf..1a8cd51 100644 (file)
@@ -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) {