From 5d9c619ba11cb1a5bab319c3a432528a39110a54 Mon Sep 17 00:00:00 2001 From: phasefx Date: Mon, 25 Oct 2010 19:16:20 +0000 Subject: [PATCH] Floating field in alternate item details UI git-svn-id: svn://svn.open-ils.org/ILS/branches/rel_2_0@18468 dcc99617-32d9-48b4-a31d-7c20da2025e4 --- Open-ILS/web/opac/locale/en-US/lang.dtd | 1 + Open-ILS/xul/staff_client/server/circ/alternate_copy_summary.js | 2 ++ Open-ILS/xul/staff_client/server/circ/alternate_copy_summary.xul | 3 ++- 3 files changed, 5 insertions(+), 1 deletion(-) diff --git a/Open-ILS/web/opac/locale/en-US/lang.dtd b/Open-ILS/web/opac/locale/en-US/lang.dtd index 679965fa3d..0f36c8b18a 100644 --- a/Open-ILS/web/opac/locale/en-US/lang.dtd +++ b/Open-ILS/web/opac/locale/en-US/lang.dtd @@ -3341,6 +3341,7 @@ + diff --git a/Open-ILS/xul/staff_client/server/circ/alternate_copy_summary.js b/Open-ILS/xul/staff_client/server/circ/alternate_copy_summary.js index 13f0214fdc..e3effb52a6 100644 --- a/Open-ILS/xul/staff_client/server/circ/alternate_copy_summary.js +++ b/Open-ILS/xul/staff_client/server/circ/alternate_copy_summary.js @@ -132,6 +132,7 @@ function load_item() { 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 @@ function load_item() { 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}' )); 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 fa5cc66493..2b21d6588b 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 @@ -153,7 +153,8 @@ - +