From 30170be999ef1c2fcd3f7541590751205109dc17 Mon Sep 17 00:00:00 2001 From: phasefx Date: Thu, 19 Feb 2009 06:37:48 +0000 Subject: [PATCH] reproduce some summary information directly under pertinent patron nav buttons. Move the Actions menu into the spot where Info used to live as a menu button git-svn-id: svn://svn.open-ils.org/ILS/branches/staff-client-experiment@12230 dcc99617-32d9-48b4-a31d-7c20da2025e4 --- Open-ILS/web/opac/locale/en-US/lang.dtd | 4 +- Open-ILS/xul/staff_client/server/patron/display.js | 1 + .../staff_client/server/patron/display_overlay.xul | 78 ++++++++++++++-------- Open-ILS/xul/staff_client/server/patron/summary.js | 28 ++++++++ 4 files changed, 81 insertions(+), 30 deletions(-) diff --git a/Open-ILS/web/opac/locale/en-US/lang.dtd b/Open-ILS/web/opac/locale/en-US/lang.dtd index 6332296ee5..78c9492a8c 100644 --- a/Open-ILS/web/opac/locale/en-US/lang.dtd +++ b/Open-ILS/web/opac/locale/en-US/lang.dtd @@ -1184,8 +1184,10 @@ - + + + diff --git a/Open-ILS/xul/staff_client/server/patron/display.js b/Open-ILS/xul/staff_client/server/patron/display.js index 45bc831bd1..a229182e00 100644 --- a/Open-ILS/xul/staff_client/server/patron/display.js +++ b/Open-ILS/xul/staff_client/server/patron/display.js @@ -441,6 +441,7 @@ patron.display.prototype = { urls.XUL_PATRON_SUMMARY, {}, { + 'display_window' : window, 'barcode' : obj.barcode, 'id' : obj.id, 'refresh' : function() { obj.refresh_all(); }, diff --git a/Open-ILS/xul/staff_client/server/patron/display_overlay.xul b/Open-ILS/xul/staff_client/server/patron/display_overlay.xul index 2e9665df64..276e49d28e 100644 --- a/Open-ILS/xul/staff_client/server/patron/display_overlay.xul +++ b/Open-ILS/xul/staff_client/server/patron/display_overlay.xul @@ -62,37 +62,57 @@ - +