From 0f17424c77dade687eb54baf27e25424575e0b51 Mon Sep 17 00:00:00 2001 From: phasefx Date: Tue, 30 Dec 2008 21:50:45 +0000 Subject: [PATCH] put User Perm Editor into Actions for this Patron git-svn-id: svn://svn.open-ils.org/ILS/trunk@11716 dcc99617-32d9-48b4-a31d-7c20da2025e4 --- Open-ILS/xul/staff_client/server/patron/display.js | 6 ++++++ Open-ILS/xul/staff_client/server/patron/display.xul | 1 + Open-ILS/xul/staff_client/server/patron/display_overlay.xul | 1 + 3 files changed, 8 insertions(+) diff --git a/Open-ILS/xul/staff_client/server/patron/display.js b/Open-ILS/xul/staff_client/server/patron/display.js index 3add89afa9..1a0f3da0ba 100644 --- a/Open-ILS/xul/staff_client/server/patron/display.js +++ b/Open-ILS/xul/staff_client/server/patron/display.js @@ -353,6 +353,12 @@ patron.display.prototype = { } ); } + ], + 'cmd_perm_editor' : [ + ['command'], + function() { + var frame = obj.right_deck.reset_iframe( urls.XUL_USER_PERM_EDITOR + '?ses=' + window.escape(ses()) + '&usr=' + obj.patron.id(), {}, {}); + } ] } } diff --git a/Open-ILS/xul/staff_client/server/patron/display.xul b/Open-ILS/xul/staff_client/server/patron/display.xul index 5403e8e543..c9523239e0 100644 --- a/Open-ILS/xul/staff_client/server/patron/display.xul +++ b/Open-ILS/xul/staff_client/server/patron/display.xul @@ -100,6 +100,7 @@ + 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 60a1eb2d8f..ef9614c46a 100644 --- a/Open-ILS/xul/staff_client/server/patron/display_overlay.xul +++ b/Open-ILS/xul/staff_client/server/patron/display_overlay.xul @@ -84,6 +84,7 @@ + -- 2.11.0