[open-ils-commits] r11437 - in trunk/Open-ILS: web/opac/locale/en-US xul/staff_client/server/circ xul/staff_client/server/patron

svn at svn.open-ils.org svn at svn.open-ils.org
Sat Dec 6 01:09:12 EST 2008


Author: dbs
Date: 2008-12-06 01:09:09 -0500 (Sat, 06 Dec 2008)
New Revision: 11437

Modified:
   trunk/Open-ILS/web/opac/locale/en-US/lang.dtd
   trunk/Open-ILS/xul/staff_client/server/circ/checkin_overlay.xul
   trunk/Open-ILS/xul/staff_client/server/circ/copy_status_overlay.xul
   trunk/Open-ILS/xul/staff_client/server/patron/holds_overlay.xul
Log:


Modified: trunk/Open-ILS/web/opac/locale/en-US/lang.dtd
===================================================================
--- trunk/Open-ILS/web/opac/locale/en-US/lang.dtd	2008-12-06 04:39:09 UTC (rev 11436)
+++ trunk/Open-ILS/web/opac/locale/en-US/lang.dtd	2008-12-06 06:09:09 UTC (rev 11437)
@@ -1511,14 +1511,11 @@
 <!ENTITY staff.server.admin.org_settings.circ.hold_estimate_wait_interval "Holds: Estimated Wait (Days)">
 <!ENTITY staff.server.admin.org_settings.circ.hold_estimate_wait_interval.desc "When predicting the amount of time a patron will be waiting for a hold to be fulfilled,this is the default/average number of days to assume an item will be checked out.">
 <!ENTITY staff.server.admin.org_settings.circ.selfcheck.patron_login_timeout "Selfcheck: Patron Login Timeout (in seconds)">
-<!ENTITY staff.server.admin.org_settings.circ.selfcheck.patron_login_timeout.desc 
-    "Number of seconds of inactivity before the patron is logged out of the selfcheck interface">
+<!ENTITY staff.server.admin.org_settings.circ.selfcheck.patron_login_timeout.desc "Number of seconds of inactivity before the patron is logged out of the selfcheck interface">
 <!ENTITY staff.server.admin.org_settings.circ.selfcheck.alert_on_checkout_event "Selfcheck: Pop-up alert for errors">
-<!ENTITY staff.server.admin.org_settings.circ.selfcheck.alert_on_checkout_event.desc 
-    "If true, checkout/renewal errors will cause a pop-up window in addition to the on-screen message">
+<!ENTITY staff.server.admin.org_settings.circ.selfcheck.alert_on_checkout_event.desc "If true, checkout/renewal errors will cause a pop-up window in addition to the on-screen message">
 <!ENTITY staff.server.admin.org_settings.circ.selfcheck.require_patron_password "Selfcheck: Require patron password">
-<!ENTITY staff.server.admin.org_settings.circ.selfcheck.require_patron_password.desc 
-    "If true, patrons will be required to enter their password in addition to their username/barcode to log into the selfcheck interface">
+<!ENTITY staff.server.admin.org_settings.circ.selfcheck.require_patron_password.desc "If true, patrons will be required to enter their password in addition to their username/barcode to log into the selfcheck interface">
 
 
 <!ENTITY staff.server.admin.stat_cat.title "Evergreen: Statistical Category Editor">
@@ -1585,6 +1582,7 @@
 <!ENTITY staff.circ.checkin_overlay.background_text "Check In or Process Item">
 <!ENTITY staff.circ.checkin_overlay.background_text.hold_capture "Auto-Print Hold and Transit Slips">
 <!ENTITY staff.circ.checkin_overlay.effective_date.label "Effective Date:">
+<!ENTITY staff.circ.checkin_overlay.effective_date.accesskey "D">
 <!ENTITY staff.circ.checkin_overlay.actions.label "Actions for Selected Items">
 <!ENTITY staff.circ.checkin_overlay.actions.accesskey "S">
 <!ENTITY staff.circ.checkin_overlay.checkin_export.label "Export">
@@ -1627,6 +1625,8 @@
 <!ENTITY staff.circ.copy_details.r_hold.accesskey "H">
 <!ENTITY staff.circ.copy_details.done.label "Done">
 <!ENTITY staff.circ.copy_details.done.accesskey "D">
+<!ENTITY staff.circ.copy_status_overlay.sel_items.label "Actions for Selected Items">
+<!ENTITY staff.circ.copy_status_overlay.sel_items.accesskey "S">
 <!ENTITY staff.circ.copy_status_overlay.sel_clip.label "Copy to Clipboard">
 <!ENTITY staff.circ.copy_status_overlay.sel_clip.accesskey "C">
 <!ENTITY staff.circ.copy_status_overlay.sel_bucket.label "Add to Item Bucket">
@@ -2291,6 +2291,8 @@
 <!ENTITY staff.patron.holds_overlay.actions_for_holds.label "Actions for Selected Holds">
 <!ENTITY staff.patron.holds_overlay.actions_for_holds.accesskey "S">
 <!ENTITY staff.patron.holds_overlay.holds_export.label "Export">
+<!ENTITY staff.patron.holds_overlay.print.label "Print">
+<!ENTITY staff.patron.holds_overlay.print.accesskey "P">
 <!ENTITY staff.patron.info_group.clone.label "Register a New Group Member by Cloning Selected Patrons">
 <!ENTITY staff.patron.info_group.clone.accesskey "N">
 <!ENTITY staff.patron.info_group.remove.accesskey "R">

Modified: trunk/Open-ILS/xul/staff_client/server/circ/checkin_overlay.xul
===================================================================
--- trunk/Open-ILS/xul/staff_client/server/circ/checkin_overlay.xul	2008-12-06 04:39:09 UTC (rev 11436)
+++ trunk/Open-ILS/xul/staff_client/server/circ/checkin_overlay.xul	2008-12-06 06:09:09 UTC (rev 11437)
@@ -72,7 +72,7 @@
 	<vbox>
 		<hbox>
 			<hbox id="checkin_effective_date_hbox">
-				<label id="checkin_effective_date_label" value="&staff.circ.checkin_overlay.effective_date.label;" control="checkin_effective_date_textbox" accesskey="D"/>
+				<label id="checkin_effective_date_label" value="&staff.circ.checkin_overlay.effective_date.label;" control="checkin_effective_date_textbox" accesskey="&staff.circ.checkin_overlay.effective_date.accesskey;"/>
 				<textbox id="checkin_effective_date_textbox"/>
 			</hbox>
 			<menubar>

Modified: trunk/Open-ILS/xul/staff_client/server/circ/copy_status_overlay.xul
===================================================================
--- trunk/Open-ILS/xul/staff_client/server/circ/copy_status_overlay.xul	2008-12-06 04:39:09 UTC (rev 11436)
+++ trunk/Open-ILS/xul/staff_client/server/circ/copy_status_overlay.xul	2008-12-06 06:09:09 UTC (rev 11437)
@@ -136,7 +136,7 @@
 			<menuitem command="save_columns" label="&staff.circ.copy_status_overlay.save_columns.label;"/>
 		</menupopup>
 	</menu>
-	<menu label="Actions for Selected Items" accesskey="S">
+	<menu label="&staff.circ.copy_status_overlay.sel_items.label;" accesskey="&staff.circ.copy_status_overlay.sel_items.accesskey;">
 		<menupopup>
 			<menuitem command="sel_clip" label="&staff.circ.copy_status_overlay.sel_clip.label;" accesskey="&staff.circ.copy_status_overlay.sel_clip.accesskey;" />
 			<menuitem command="sel_bucket" label="&staff.circ.copy_status_overlay.sel_bucket.label;" accesskey="&staff.circ.copy_status_overlay.sel_bucket.accesskey;"/>

Modified: trunk/Open-ILS/xul/staff_client/server/patron/holds_overlay.xul
===================================================================
--- trunk/Open-ILS/xul/staff_client/server/patron/holds_overlay.xul	2008-12-06 04:39:09 UTC (rev 11436)
+++ trunk/Open-ILS/xul/staff_client/server/patron/holds_overlay.xul	2008-12-06 06:09:09 UTC (rev 11437)
@@ -117,7 +117,7 @@
         </menupopup>
     </button>
 
-	<button id="holds_print" label="Print" command="cmd_holds_print" accesskey="P" />
+	<button id="holds_print" label="&staff.patron.holds_overlay.print.label;" command="cmd_holds_print" accesskey="&staff.patron.holds_overlay.print.accesskey;" />
 	<spacer flex="1"/>
 </hbox>
 



More information about the open-ils-commits mailing list