From 712231c8d8ff13677ed2b4a2728fc7d769382e55 Mon Sep 17 00:00:00 2001 From: phasefx Date: Wed, 30 Nov 2005 14:10:06 +0000 Subject: [PATCH] give up on keysets for now.. might be something non-obvious like the remote xul/permission issue with drag n drop git-svn-id: svn://svn.open-ils.org/ILS/trunk@2127 dcc99617-32d9-48b4-a31d-7c20da2025e4 --- Open-ILS/xul/staff_client/server/main/menu.js | 3 +- .../server/main/menu_frame_menus.xul | 70 ++++++++++++++++++- .../server/main/menu_frame_overlay.xul | 66 +---------------- 3 files changed, 71 insertions(+), 68 deletions(-) diff --git a/Open-ILS/xul/staff_client/server/main/menu.js b/Open-ILS/xul/staff_client/server/main/menu.js index d4f4277cdb..9a3d473388 100644 --- a/Open-ILS/xul/staff_client/server/main/menu.js +++ b/Open-ILS/xul/staff_client/server/main/menu.js @@ -57,7 +57,8 @@ main.menu.prototype = { cmd_broken.addEventListener('command', f, false); cmd_broken.addEventListener('keypress', f, false); } - + + obj.new_tab(); }, 'close_tab' : function () { diff --git a/Open-ILS/xul/staff_client/server/main/menu_frame_menus.xul b/Open-ILS/xul/staff_client/server/main/menu_frame_menus.xul index 064ba74c21..856becd12e 100644 --- a/Open-ILS/xul/staff_client/server/main/menu_frame_menus.xul +++ b/Open-ILS/xul/staff_client/server/main/menu_frame_menus.xul @@ -5,14 +5,78 @@ - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - + - - - - - - - - - - - - - - - + + -- 2.43.2