From: Michele Morgan Date: Mon, 17 Jul 2017 19:36:06 +0000 (-0400) Subject: LP#1683555 - Bad barcode image missing from dialog. X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=8ee728f05b0785176b6e0d7c27b0cb3abb1272d4;p=evergreen%2Fpines.git LP#1683555 - Bad barcode image missing from dialog. Copies the existing bad_barcode.png image to web/images. Also tweaks wording and style of the dialog box for clarity. Signed-off-by: Michele Morgan Signed-off-by: Josh Stompro Signed-off-by: Galen Charlton --- diff --git a/Open-ILS/src/templates/staff/circ/share/t_bad_barcode_dialog.tt2 b/Open-ILS/src/templates/staff/circ/share/t_bad_barcode_dialog.tt2 index c3044166e1..56c56e1193 100644 --- a/Open-ILS/src/templates/staff/circ/share/t_bad_barcode_dialog.tt2 +++ b/Open-ILS/src/templates/staff/circ/share/t_bad_barcode_dialog.tt2 @@ -8,7 +8,9 @@
[% |l('{{barcode}}') %] -Bad check digit, possibly due to a bad scan. Use this barcode ("[_1]") anyway? +Invalid barcode:
[_1]
+Your entry has a bad check digit, possibly due to a bad scan.
+Choose Cancel to try again, or Accept to use barcode [_1] anyway. [% END %]
diff --git a/Open-ILS/web/images/bad_barcode.png b/Open-ILS/web/images/bad_barcode.png new file mode 100644 index 0000000000..a78d3db030 Binary files /dev/null and b/Open-ILS/web/images/bad_barcode.png differ