Additional changes to the self-check interface.
authorTerran McCanna <tmccanna@georgialibraries.org>
Mon, 21 Dec 2015 20:08:00 +0000 (15:08 -0500)
committerTerran McCanna <tmccanna@georgialibraries.org>
Mon, 21 Dec 2015 20:08:00 +0000 (15:08 -0500)
Signed-off-by: Terran McCanna <tmccanna@georgialibraries.org>
Open-ILS/src/templates/circ/selfcheck/fines.tt2
Open-ILS/web/js/dojo/openils/circ/nls/selfcheck.js

index 25b54f1..400dcfe 100644 (file)
@@ -1,5 +1,5 @@
 <span id='oils-selfck-selected-total'></span>
-<span style='padding-left:5px;'><a class='hidden' href='javascript:void(0);' id='oils-selfck-pay-fines-link'>[% l('Pay Fines') %]</a></span>
+<span style='padding-left:5px;'><a href class='hidden' id='oils-selfck-pay-fines-link'></a></span>
 <div id='oils-selfck-fines-table-div'>
     <table id='oils-selfck-fines-table' class='oils-selfck-item-table'>
         <thead>
index 884b794..3b082cb 100644 (file)
@@ -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",