From: Terran McCanna Date: Mon, 21 Dec 2015 20:08:00 +0000 (-0500) Subject: Additional changes to the self-check interface. X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=070c35292d5171a88f999a75efdd07d1568fdbd1;p=evergreen%2Fpines.git Additional changes to the self-check interface. Signed-off-by: Terran McCanna --- diff --git a/Open-ILS/src/templates/circ/selfcheck/fines.tt2 b/Open-ILS/src/templates/circ/selfcheck/fines.tt2 index 25b54f1250..400dcfe18a 100644 --- a/Open-ILS/src/templates/circ/selfcheck/fines.tt2 +++ b/Open-ILS/src/templates/circ/selfcheck/fines.tt2 @@ -1,5 +1,5 @@ - +
diff --git a/Open-ILS/web/js/dojo/openils/circ/nls/selfcheck.js b/Open-ILS/web/js/dojo/openils/circ/nls/selfcheck.js index 884b7945b1..3b082cbb49 100644 --- a/Open-ILS/web/js/dojo/openils/circ/nls/selfcheck.js +++ b/Open-ILS/web/js/dojo/openils/circ/nls/selfcheck.js @@ -21,8 +21,8 @@ "TOTAL_FINES_SELECTED" : "Selected total: $${0}", "WELCOME_BANNER" : "Welcome, ${0}!", "ENTER_PASSWORD" : "Please enter your password", - "PLEASE_LOGIN" : "Please log in with your username or library barcode.", - "ENTER_BARCODE" : "Please enter an item barcode", + "PLEASE_LOGIN" : "Please enter your username or library barcode, then press the Enter key.", + "ENTER_BARCODE" : "Please enter an item barcode, then press the Enter key.", "MISCELLANEOUS" : "Miscellaneous", "FAIL_PART_actor_usr_barred": "The patron is barred", "FAIL_PART_asset_copy_circulate": "The item does not circulate",