From 0d75ed2a71a39452ab1ff3fc91078c7d731da0c3 Mon Sep 17 00:00:00 2001 From: phasefx <phasefx@dcc99617-32d9-48b4-a31d-7c20da2025e4> Date: Thu, 15 Jul 2010 21:34:02 +0000 Subject: [PATCH] add copy circ lib to alternative item details view git-svn-id: svn://svn.open-ils.org/ILS/trunk@16947 dcc99617-32d9-48b4-a31d-7c20da2025e4 --- Open-ILS/web/opac/locale/en-US/lang.dtd | 1 + .../server/circ/alternate_copy_summary.xul | 39 +++++++++++----------- 2 files changed, 21 insertions(+), 19 deletions(-) diff --git a/Open-ILS/web/opac/locale/en-US/lang.dtd b/Open-ILS/web/opac/locale/en-US/lang.dtd index 8551ac3982..3cb28bf1ff 100644 --- a/Open-ILS/web/opac/locale/en-US/lang.dtd +++ b/Open-ILS/web/opac/locale/en-US/lang.dtd @@ -3225,6 +3225,7 @@ <!ENTITY staff.circ.alternate_copy_summary.Most_Recent_Circ_Group.label "Most Recent Circ Group"> <!ENTITY staff.circ.alternate_copy_summary.OPAC_Visible.label "OPAC Visible"> <!ENTITY staff.circ.alternate_copy_summary.Owning_Library.label "Owning Library"> +<!ENTITY staff.circ.alternate_copy_summary.Circ_Library.label "Circ Library"> <!ENTITY staff.circ.alternate_copy_summary.Patron_Name.label "Patron"> <!ENTITY staff.circ.alternate_copy_summary.Price.label "Price"> <!ENTITY staff.circ.alternate_copy_summary.Previous_Circ_Group.label "Previous Circ Group"> diff --git a/Open-ILS/xul/staff_client/server/circ/alternate_copy_summary.xul b/Open-ILS/xul/staff_client/server/circ/alternate_copy_summary.xul index fb2a3c918b..46d8baf8ec 100644 --- a/Open-ILS/xul/staff_client/server/circ/alternate_copy_summary.xul +++ b/Open-ILS/xul/staff_client/server/circ/alternate_copy_summary.xul @@ -73,8 +73,8 @@ <row> <label value="&staff.circ.alternate_copy_summary.Barcode.label;" /> <textbox name="barcode" readonly="true" context="clipboard"/> - <label value="&staff.circ.alternate_copy_summary.Owning_Library.label;" /> - <textbox name="owning_lib" readonly="true" context="clipboard"/> + <label value="&staff.circ.alternate_copy_summary.Circ_Library.label;" /> + <textbox name="copy_circ_lib" readonly="true" context="clipboard"/> <label value="&staff.circ.alternate_copy_summary.Call_Number.label;" /> <textbox name="call_number" readonly="true" context="clipboard"/> <label value="&staff.circ.alternate_copy_summary.Status.label;" /> @@ -83,8 +83,8 @@ <row> <label value="&staff.circ.alternate_copy_summary.Price.label;" /> <textbox name="price" readonly="true" context="clipboard"/> - <label value="&staff.circ.alternate_copy_summary.Copy_Location.label;" /> - <textbox name="location" readonly="true" context="clipboard"/> + <label value="&staff.circ.alternate_copy_summary.Owning_Library.label;" /> + <textbox name="owning_lib" readonly="true" context="clipboard"/> <!-- <spacer /> <spacer /> --> <label value="&staff.circ.alternate_copy_summary.Renewal_Type.label;" /> @@ -95,8 +95,8 @@ <row> <label value="&staff.circ.alternate_copy_summary.ISBN.label;" /> <textbox name="isbn" readonly="true" context="clipboard"/> - <label value="&staff.circ.alternate_copy_summary.Loan_Duration.label;" /> - <textbox name="loan_duration" readonly="true" context="clipboard"/> + <label value="&staff.circ.alternate_copy_summary.Copy_Location.label;" /> + <textbox name="location" readonly="true" context="clipboard"/> <label value="&staff.circ.alternate_copy_summary.Total_Circs.label;" /> <textbox name="total_circ_count" readonly="true" context="clipboard"/> <label value="&staff.circ.alternate_copy_summary.Checkout_Date.label;" /> @@ -105,8 +105,8 @@ <row> <label value="&staff.circ.alternate_copy_summary.Date_Created.label;" /> <textbox name="copy_create_date" readonly="true" context="clipboard"/> - <label value="&staff.circ.alternate_copy_summary.Fine_Level.label;" /> - <textbox name="fine_level" readonly="true" context="clipboard"/> + <label value="&staff.circ.alternate_copy_summary.Loan_Duration.label;" /> + <textbox name="loan_duration" readonly="true" context="clipboard"/> <label value="&staff.circ.alternate_copy_summary.Total_Circs___Current_Year.label;" /> <textbox name="total_circ_count_curr_year" readonly="true" context="clipboard"/> <label value="&staff.circ.alternate_copy_summary.Checkout_Workstation.label;" /> @@ -115,8 +115,8 @@ <row> <label value="&staff.circ.alternate_copy_summary.Status_Changed_Time.label;" /> <textbox name="status_changed_time" readonly="true" context="clipboard"/> - <label value="&staff.circ.alternate_copy_summary.Reference.label;" /> - <textbox name="ref" readonly="true" context="clipboard"/> + <label value="&staff.circ.alternate_copy_summary.Fine_Level.label;" /> + <textbox name="fine_level" readonly="true" context="clipboard"/> <label value="&staff.circ.alternate_copy_summary.Total_Circs___Prev_Year.label;" /> <textbox name="total_circ_count_prev_year" readonly="true" context="clipboard"/> <label value="&staff.circ.alternate_copy_summary.Duration_Rule.label;" /> @@ -125,8 +125,8 @@ <row> <label value="&staff.circ.alternate_copy_summary.Copy_ID.label;" /> <textbox name="copy_id" readonly="true" context="clipboard"/> - <label value="&staff.circ.alternate_copy_summary.OPAC_Visible.label;" /> - <textbox name="opac_visible" readonly="true" context="clipboard"/> + <label value="&staff.circ.alternate_copy_summary.Reference.label;" /> + <textbox name="ref" readonly="true" context="clipboard"/> <!-- <label value="&staff.circ.alternate_copy_summary.Rolling_Counter.label;" /> <textbox name="rolling_counter" readonly="true" context="clipboard"/> @@ -139,8 +139,8 @@ <row> <label value="&staff.circ.alternate_copy_summary.TCN.label;" /> <textbox name="tcn" readonly="true" context="clipboard"/> - <label value="&staff.circ.alternate_copy_summary.Holdable.label;" /> - <textbox name="holdable" readonly="true" context="clipboard"/> + <label value="&staff.circ.alternate_copy_summary.OPAC_Visible.label;" /> + <textbox name="opac_visible" readonly="true" context="clipboard"/> <label value="&staff.circ.alternate_copy_summary.Remaining_Renewals.label;" /> <textbox name="renewal_remaining" readonly="true" context="clipboard"/> <label value="&staff.circ.alternate_copy_summary.Max_Fine_Rule.label;" /> @@ -148,16 +148,16 @@ </row> <row> <spacer /><spacer /> - <label value="&staff.circ.alternate_copy_summary.Circulate.label;" /> - <textbox name="circulate" readonly="true" context="clipboard"/> + <label value="&staff.circ.alternate_copy_summary.Holdable.label;" /> + <textbox name="holdable" readonly="true" context="clipboard"/> <spacer /><spacer /> <label value="&staff.circ.alternate_copy_summary.Checkin_Time.label;" /> <textbox name="checkin_time" readonly="true" context="clipboard"/> </row> <row> <spacer /><spacer /> - <label value="&staff.circ.alternate_copy_summary.Circ_Modifier.label;" /> - <textbox name="circ_modifier" readonly="true" context="clipboard"/> + <label value="&staff.circ.alternate_copy_summary.Circulate.label;" /> + <textbox name="circulate" readonly="true" context="clipboard"/> <!-- <label value="&staff.circ.alternate_copy_summary.Hold_Shelf_Location.label;" /> <textbox name="hold_shelf_loc" readonly="true" context="clipboard"/> @@ -168,7 +168,8 @@ </row> <row> <spacer /><spacer /> - <spacer /><spacer /> + <label value="&staff.circ.alternate_copy_summary.Circ_Modifier.label;" /> + <textbox name="circ_modifier" readonly="true" context="clipboard"/> <spacer /><spacer /> <label value="&staff.circ.alternate_copy_summary.Checkin_Workstation.label;" /> <textbox name="checkin_workstation" readonly="true" context="clipboard"/> -- 2.11.0