[open-ils-commits] r18467 - in trunk/Open-ILS: web/opac/locale/en-US xul/staff_client/server/circ (phasefx)

svn at svn.open-ils.org svn at svn.open-ils.org
Mon Oct 25 15:15:53 EDT 2010


Author: phasefx
Date: 2010-10-25 15:15:49 -0400 (Mon, 25 Oct 2010)
New Revision: 18467

Modified:
   trunk/Open-ILS/web/opac/locale/en-US/lang.dtd
   trunk/Open-ILS/xul/staff_client/server/circ/alternate_copy_summary.js
   trunk/Open-ILS/xul/staff_client/server/circ/alternate_copy_summary.xul
Log:
Floating field in alternate item details UI


Modified: trunk/Open-ILS/web/opac/locale/en-US/lang.dtd
===================================================================
--- trunk/Open-ILS/web/opac/locale/en-US/lang.dtd	2010-10-25 18:31:58 UTC (rev 18466)
+++ trunk/Open-ILS/web/opac/locale/en-US/lang.dtd	2010-10-25 19:15:49 UTC (rev 18467)
@@ -3358,6 +3358,7 @@
 <!ENTITY staff.circ.alternate_copy_summary.Status_Changed_Time.label "Status Changed">
 <!ENTITY staff.circ.alternate_copy_summary.Due_Date.label "Due Date">
 <!ENTITY staff.circ.alternate_copy_summary.Edition.label "Edition">
+<!ENTITY staff.circ.alternate_copy_summary.Floating.label "Floating">
 <!ENTITY staff.circ.alternate_copy_summary.Holdable.label "Holdable">
 <!ENTITY staff.circ.alternate_copy_summary.Hold_Shelf_Location.label "Hold Shelf Location">
 <!ENTITY staff.circ.alternate_copy_summary.Holds_Transit.label "Holds/Transit">

Modified: trunk/Open-ILS/xul/staff_client/server/circ/alternate_copy_summary.js
===================================================================
--- trunk/Open-ILS/xul/staff_client/server/circ/alternate_copy_summary.js	2010-10-25 18:31:58 UTC (rev 18466)
+++ trunk/Open-ILS/xul/staff_client/server/circ/alternate_copy_summary.js	2010-10-25 19:15:49 UTC (rev 18467)
@@ -132,6 +132,7 @@
         set_tooltip("copy_circ_lib" , '');
         set("circ_modifier", '');
         set("circulate", '');
+        set("floating", '');
         set("copy_number", '');
         set("copy_create_date", '');
         set("status_changed_time", '');
@@ -187,6 +188,7 @@
                 set("circ_modifier","");
             }
             set("circulate", get_localized_bool( details.copy.circulate() )); 
+            set("floating", get_localized_bool( details.copy.floating() )); 
             set("copy_number", details.copy.copy_number()); 
             set("copy_create_date", util.date.formatted_date( details.copy.create_date(), '%{localized}' )); 
             set("status_changed_time", util.date.formatted_date( details.copy.status_changed_time(), '%{localized}' )); 

Modified: trunk/Open-ILS/xul/staff_client/server/circ/alternate_copy_summary.xul
===================================================================
--- trunk/Open-ILS/xul/staff_client/server/circ/alternate_copy_summary.xul	2010-10-25 18:31:58 UTC (rev 18466)
+++ trunk/Open-ILS/xul/staff_client/server/circ/alternate_copy_summary.xul	2010-10-25 19:15:49 UTC (rev 18467)
@@ -153,7 +153,8 @@
                                 <textbox name="max_fine_rule" readonly="true" context="clipboard"/>
                             </row>
                             <row>
-                                <spacer /><spacer />
+                                <label value="&staff.circ.alternate_copy_summary.Floating.label;" />
+                                <textbox name="floating" readonly="true" context="clipboard"/>
                                 <label value="&staff.circ.alternate_copy_summary.Holdable.label;" />
                                 <textbox name="holdable" readonly="true" context="clipboard"/>
                                 <spacer /><spacer />



More information about the open-ils-commits mailing list