From: phasefx Date: Tue, 20 Oct 2009 16:17:19 +0000 (+0000) Subject: Status Changed Time column X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=afeadff3fa0acec674906bdbcf25bd7f7039d7e8;p=contrib%2FConifer.git Status Changed Time column git-svn-id: svn://svn.open-ils.org/ILS/trunk@14505 dcc99617-32d9-48b4-a31d-7c20da2025e4 --- diff --git a/Open-ILS/xul/staff_client/server/circ/util.js b/Open-ILS/xul/staff_client/server/circ/util.js index 16805efb9b..59bc93b593 100644 --- a/Open-ILS/xul/staff_client/server/circ/util.js +++ b/Open-ILS/xul/staff_client/server/circ/util.js @@ -845,6 +845,16 @@ circ.util.columns = function(modify,params) { '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', diff --git a/Open-ILS/xul/staff_client/server/locale/en-US/circ.properties b/Open-ILS/xul/staff_client/server/locale/en-US/circ.properties index 0586fd6cf5..c7801dac9b 100644 --- a/Open-ILS/xul/staff_client/server/locale/en-US/circ.properties +++ b/Open-ILS/xul/staff_client/server/locale/en-US/circ.properties @@ -229,6 +229,7 @@ staff.circ.utils.holdable=Holdable? 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