From 724135439465faccb66717b74faee42ab5292841 Mon Sep 17 00:00:00 2001 From: phasefx Date: Thu, 22 Dec 2005 06:11:53 +0000 Subject: [PATCH] toward more fleshed out items out interface git-svn-id: svn://svn.open-ils.org/ILS/trunk@2520 dcc99617-32d9-48b4-a31d-7c20da2025e4 --- .../xul/staff_client/server/patron/items.js | 12 +++++++- .../xul/staff_client/server/patron/items.xul | 4 ++- .../server/patron/items_overlay.xul | 29 +++++++++++++++---- 3 files changed, 37 insertions(+), 8 deletions(-) diff --git a/Open-ILS/xul/staff_client/server/patron/items.js b/Open-ILS/xul/staff_client/server/patron/items.js index 9109577f51..3ff81c2018 100644 --- a/Open-ILS/xul/staff_client/server/patron/items.js +++ b/Open-ILS/xul/staff_client/server/patron/items.js @@ -47,7 +47,17 @@ patron.items.prototype = { function() { } ], - 'cmd_item_reprint' : [ + 'cmd_item_renew' : [ + ['command'], + function() { + } + ], + 'cmd_item_checkin' : [ + ['command'], + function() { + } + ], + 'cmd_show_catalog' : [ ['command'], function() { } diff --git a/Open-ILS/xul/staff_client/server/patron/items.xul b/Open-ILS/xul/staff_client/server/patron/items.xul index 7126220aeb..589b13891c 100644 --- a/Open-ILS/xul/staff_client/server/patron/items.xul +++ b/Open-ILS/xul/staff_client/server/patron/items.xul @@ -61,7 +61,9 @@ - + + + diff --git a/Open-ILS/xul/staff_client/server/patron/items_overlay.xul b/Open-ILS/xul/staff_client/server/patron/items_overlay.xul index 6cf01c0a7b..78b3c25901 100644 --- a/Open-ILS/xul/staff_client/server/patron/items_overlay.xul +++ b/Open-ILS/xul/staff_client/server/patron/items_overlay.xul @@ -12,20 +12,37 @@ - + - + + + - + + + - + + +