fix barcode entry labels
authorphasefx <phasefx@dcc99617-32d9-48b4-a31d-7c20da2025e4>
Wed, 20 Jul 2005 19:03:01 +0000 (19:03 +0000)
committerphasefx <phasefx@dcc99617-32d9-48b4-a31d-7c20da2025e4>
Wed, 20 Jul 2005 19:03:01 +0000 (19:03 +0000)
git-svn-id: svn://svn.open-ils.org/ILS/trunk@1313 dcc99617-32d9-48b4-a31d-7c20da2025e4

Evergreen/staff_client/chrome/content/evergreen/circ/checkin_overlay.xul
Evergreen/staff_client/chrome/content/evergreen/circ/hold_capture_overlay.xul
Evergreen/staff_client/chrome/content/evergreen/patron/patron_display_overlay.xul

index 4a5813f..8042b20 100755 (executable)
@@ -37,7 +37,7 @@
 </deck>
 
 <hbox id="CheckinItems_insert1">
-       <label id="checkin_scan_barcode_label" value="&circ.checkin.scan_label;" accesskey="&circ.checkin.scan_label.accesskey;" control="checkin_scan_textbox"/>
+       <label id="checkin_scan_barcode_label" value="&circ.checkin.scan_label;" accesskey="&circ.checkin.scan_label.accesskey;" control="checkin_barcode_entry_textbox"/>
         <textbox id="checkin_barcode_entry_textbox"/>
         <button id="checkin_submit_barcode_button" label="&circ.checkin.submit_label;" accesskey="&circ.checkin.submit_label.accesskey;"/>
 </hbox>
index 3cf99ea..dd3396c 100755 (executable)
@@ -37,7 +37,7 @@
 </deck>
 
 <hbox id="HoldCaptureItems_insert1">
-       <label id="hold_capture_scan_barcode_label" value="&circ.hold_capture.scan_label;" accesskey="&circ.hold_capture.scan_label.accesskey;" control="hold_capture_scan_textbox"/>
+       <label id="hold_capture_scan_barcode_label" value="&circ.hold_capture.scan_label;" accesskey="&circ.hold_capture.scan_label.accesskey;" control="hold_capture_barcode_entry_textbox"/>
         <textbox id="hold_capture_barcode_entry_textbox"/>
         <button id="hold_capture_submit_barcode_button" label="&circ.hold_capture.submit_label;" accesskey="&circ.hold_capture.submit_label.accesskey;"/>
 </hbox>
index 0f07c41..98ba9eb 100755 (executable)
@@ -87,7 +87,7 @@
 </hbox>
 
 <hbox id="PatronCheckoutItems_insert1">
-       <label id="patron_checkout_scan_barcode_label" value="&patron_display.checkout.scan_label;" accesskey="&patron_display.checkout.scan_label.accesskey;" control="patron_checkout_scan_textbox"/>
+       <label id="patron_checkout_scan_barcode_label" value="&patron_display.checkout.scan_label;" accesskey="&patron_display.checkout.scan_label.accesskey;" control="patron_checkout_barcode_entry_textbox"/>
        <textbox id="patron_checkout_barcode_entry_textbox"/>
        <button id="patron_checkout_submit_barcode_button" label="&patron_display.checkout.submit_label;" accesskey="&patron_display.checkout.submit_label.accesskey;"/>
 </hbox>