[open-ils-commits] r14505 - in trunk/Open-ILS/xul/staff_client/server: circ locale/en-US (phasefx)
svn at svn.open-ils.org
svn at svn.open-ils.org
Tue Oct 20 12:17:22 EDT 2009
Author: phasefx
Date: 2009-10-20 12:17:19 -0400 (Tue, 20 Oct 2009)
New Revision: 14505
Modified:
trunk/Open-ILS/xul/staff_client/server/circ/util.js
trunk/Open-ILS/xul/staff_client/server/locale/en-US/circ.properties
Log:
Status Changed Time column
Modified: trunk/Open-ILS/xul/staff_client/server/circ/util.js
===================================================================
--- trunk/Open-ILS/xul/staff_client/server/circ/util.js 2009-10-20 15:03:33 UTC (rev 14504)
+++ trunk/Open-ILS/xul/staff_client/server/circ/util.js 2009-10-20 16:17:19 UTC (rev 14505)
@@ -845,6 +845,16 @@
'editable' : false, 'render' : function(my) { return my.acp.circ_modifier(); }
},
{
+ 'id' : 'status_changed_time',
+ 'fm_class' : 'acp',
+ 'label' : document.getElementById('circStrings').getString('staff.circ.utils.status_changed_time'),
+ 'flex' : 1,
+ 'primary' : false,
+ 'hidden' : true,
+ 'editable' : false, 'render' : function(my) { return my.acp.status_changed_time(); },
+ 'persist' : 'hidden width ordinal'
+ },
+ {
'persist' : 'hidden width ordinal',
'fm_class' : 'circ',
'id' : 'checkout_lib',
Modified: trunk/Open-ILS/xul/staff_client/server/locale/en-US/circ.properties
===================================================================
--- trunk/Open-ILS/xul/staff_client/server/locale/en-US/circ.properties 2009-10-20 15:03:33 UTC (rev 14504)
+++ trunk/Open-ILS/xul/staff_client/server/locale/en-US/circ.properties 2009-10-20 16:17:19 UTC (rev 14505)
@@ -229,6 +229,7 @@
staff.circ.utils.hold_note=Hold Note(s)
staff.circ.utils.staff_hold=Staff Hold?
staff.circ.utils.opac_visible=OPAC Visible?
+staff.circ.utils.status_changed_time=Status Changed Time
staff.circ.utils.reference=Reference?
staff.circ.utils.deposit=Deposit?
# The < and > highlight that the value is not set; translate Unset and change the delimiters as needed
More information about the open-ils-commits
mailing list