formatting for transit slip and new dialog
authorpines <pines@dcc99617-32d9-48b4-a31d-7c20da2025e4>
Mon, 2 Oct 2006 22:07:46 +0000 (22:07 +0000)
committerpines <pines@dcc99617-32d9-48b4-a31d-7c20da2025e4>
Mon, 2 Oct 2006 22:07:46 +0000 (22:07 +0000)
git-svn-id: svn://svn.open-ils.org/ILS/trunk@6362 dcc99617-32d9-48b4-a31d-7c20da2025e4

Open-ILS/xul/staff_client/server/circ/util.js

index 9dea4b1..2e10e8e 100644 (file)
@@ -1098,7 +1098,7 @@ circ.util.checkin_via_barcode2 = function(session,barcode,backdate,auto_print,ch
                                        var rv = 0;
                                        msg += 'Slip Date: ' + util.date.formatted_date(new Date(),'%F') + '\n';
                                        if (!auto_print) rv = error.yns_alert(
-                                               msg,
+                                               '<html:pre style="font-size: large">' + msg + '</html:pre>',
                                                'Hold Slip',
                                                "Print",
                                                "Don't Print",
@@ -1182,7 +1182,7 @@ circ.util.checkin_via_barcode2 = function(session,barcode,backdate,auto_print,ch
                        var rv = 0;
                        msg += '\nSlip Date: ' + util.date.formatted_date(new Date(),'%F') + '\n';
                        if (!auto_print) rv = error.yns_alert(
-                               msg,
+                               '<html:pre style="font-size: large">' + msg + '</html:pre>',
                                'Transit Slip',
                                "Print",
                                "Don't Print",