From 6ba7dfe04203f6acad89762d9658511ff2f41152 Mon Sep 17 00:00:00 2001 From: phasefx Date: Mon, 25 Oct 2010 19:15:49 +0000 Subject: [PATCH] Floating field in alternate item details UI git-svn-id: svn://svn.open-ils.org/ILS/trunk@18467 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 9ce45a69d..3855672d2 100644 --- a/Open-ILS/web/opac/locale/en-US/lang.dtd +++ b/Open-ILS/web/opac/locale/en-US/lang.dtd @@ -3358,6 +3358,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 13f0214fd..e3effb52a 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 fa5cc6649..2b21d6588 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 @@ - +