LP#1683555 - Bad barcode image missing from dialog.
authorMichele Morgan <mmorgan@noblenet.org>
Mon, 17 Jul 2017 19:36:06 +0000 (15:36 -0400)
committerGalen Charlton <gmc@equinoxinitiative.org>
Mon, 24 Jul 2017 16:04:44 +0000 (12:04 -0400)
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 <mmorgan@noblenet.org>
Signed-off-by: Josh Stompro <stomproj@larl.org>
Signed-off-by: Galen Charlton <gmc@equinoxinitiative.org>

Open-ILS/src/templates/staff/circ/share/t_bad_barcode_dialog.tt2
Open-ILS/web/images/bad_barcode.png [new file with mode: 0644]

index c304416..56c56e1 100644 (file)
@@ -8,7 +8,9 @@
     <img src="[% ctx.media_prefix %]/images/bad_barcode.png"/>
     <div>
 [% |l('{{barcode}}') %]
-Bad check digit, possibly due to a bad scan.  Use this barcode ("[_1]") anyway?
+Invalid barcode: <div class="strong-text-4">[_1]</div>
+Your entry has a bad check digit, possibly due to a bad scan.<br/>
+Choose Cancel to try again, or Accept to use barcode <b>[_1]</b> anyway.
 [% END %]
     </div>
   </div>
diff --git a/Open-ILS/web/images/bad_barcode.png b/Open-ILS/web/images/bad_barcode.png
new file mode 100644 (file)
index 0000000..a78d3db
Binary files /dev/null and b/Open-ILS/web/images/bad_barcode.png differ