From 83f30ae057136e95a8390a95b10611890a56ee14 Mon Sep 17 00:00:00 2001 From: phasefx Date: Tue, 14 Feb 2006 06:44:35 +0000 Subject: [PATCH] print list template editor git-svn-id: svn://svn.open-ils.org/ILS/trunk@3069 dcc99617-32d9-48b4-a31d-7c20da2025e4 --- Open-ILS/xul/staff_client/chrome/content/main/menu.js | 6 ++++++ .../staff_client/chrome/content/main/menu_frame_menus.xul | 4 ++-- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/Open-ILS/xul/staff_client/chrome/content/main/menu.js b/Open-ILS/xul/staff_client/chrome/content/main/menu.js index b744d7307b..296d49de77 100644 --- a/Open-ILS/xul/staff_client/chrome/content/main/menu.js +++ b/Open-ILS/xul/staff_client/chrome/content/main/menu.js @@ -116,6 +116,12 @@ main.menu.prototype = { obj.set_tab(obj.url_prefix(urls.XUL_ADV_USER_BARCODE_ENTRY) + '?session=' + obj.w.escape(session), {}, {}); } ], + 'cmd_print_list_template_edit' : [ + ['oncommand'], + function() { + obj.set_tab(obj.url_prefix(urls.XUL_PRINT_LIST_TEMPLATE_EDITOR) + '?session=' + obj.w.escape(session), {}, {}); + } + ], 'cmd_stat_cat_edit' : [ ['oncommand'], function() { diff --git a/Open-ILS/xul/staff_client/chrome/content/main/menu_frame_menus.xul b/Open-ILS/xul/staff_client/chrome/content/main/menu_frame_menus.xul index 7fdb1ff271..d2348f3638 100644 --- a/Open-ILS/xul/staff_client/chrome/content/main/menu_frame_menus.xul +++ b/Open-ILS/xul/staff_client/chrome/content/main/menu_frame_menus.xul @@ -23,7 +23,7 @@ - + @@ -182,7 +182,7 @@ - + -- 2.43.2