From 63bf05ac9685efe7c3a953d8b45c267fa327cf84 Mon Sep 17 00:00:00 2001 From: phasefx Date: Thu, 27 Apr 2006 15:41:47 +0000 Subject: [PATCH] some context menus and tweaks, and some suggestive actions that need to do stuff git-svn-id: svn://svn.open-ils.org/ILS/trunk@3926 dcc99617-32d9-48b4-a31d-7c20da2025e4 --- .../xul/staff_client/server/circ/checkout.js | 2 +- .../server/circ/copy_status_overlay.xul | 30 +++++----- .../xul/staff_client/server/patron/holds.xul | 2 + .../server/patron/holds_overlay.xul | 52 ++++++++++------ .../xul/staff_client/server/patron/items.xul | 2 + .../server/patron/items_overlay.xul | 60 +++++++++---------- 6 files changed, 83 insertions(+), 65 deletions(-) diff --git a/Open-ILS/xul/staff_client/server/circ/checkout.js b/Open-ILS/xul/staff_client/server/circ/checkout.js index 16845dddf7..3aeb66b19c 100644 --- a/Open-ILS/xul/staff_client/server/circ/checkout.js +++ b/Open-ILS/xul/staff_client/server/circ/checkout.js @@ -304,7 +304,7 @@ circ.checkout.prototype = { null, { 'title' : 'Override Checkout Failure?', - 'overridable_events' : [ 7004 /* COPY_NOT_AVAILABLE */, 7006, 7010 /* COPY_ALERT_MESSAGE */ ], + 'overridable_events' : [ 7004 /* COPY_NOT_AVAILABLE */, 7006 /* COPY_IS_REFERENCE */, 7010 /* COPY_ALERT_MESSAGE */ ], 'text' : { '7004' : function(r) { return obj.data.hash.ccs[ r.payload ].name(); diff --git a/Open-ILS/xul/staff_client/server/circ/copy_status_overlay.xul b/Open-ILS/xul/staff_client/server/circ/copy_status_overlay.xul index 71d0c3fd8a..1a60bb70ed 100644 --- a/Open-ILS/xul/staff_client/server/circ/copy_status_overlay.xul +++ b/Open-ILS/xul/staff_client/server/circ/copy_status_overlay.xul @@ -10,7 +10,7 @@ - + @@ -43,28 +43,26 @@ command="cmd_copy_status_submit_barcode" accesskey="S"/> -