From 58a7a4acec2f19065191a20b48cddc5c2da816cc Mon Sep 17 00:00:00 2001 From: phasefx Date: Thu, 5 Nov 2009 18:10:39 +0000 Subject: [PATCH] enable the print button for these interfaces git-svn-id: svn://svn.open-ils.org/ILS/trunk@14782 dcc99617-32d9-48b4-a31d-7c20da2025e4 --- Open-ILS/xul/staff_client/chrome/content/main/menu.js | 4 ++-- 1 file changed, 2 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 6cbbeb0b7..6b672ccf2 100644 --- a/Open-ILS/xul/staff_client/chrome/content/main/menu.js +++ b/Open-ILS/xul/staff_client/chrome/content/main/menu.js @@ -95,7 +95,7 @@ main.menu.prototype = { obj.set_tab( loc, {'tab_name' : label, 'browser' : false }, - {'no_xulG' : false, 'show_print_button' : false, 'show_nav_buttons' : true } + {'no_xulG' : false, 'show_print_button' : true, 'show_nav_buttons' : true } ); } @@ -112,7 +112,7 @@ main.menu.prototype = { obj.set_tab( loc, {tab_name : label, browser : false }, - {no_xulG : false, show_print_button : false, show_nav_buttons : true } + {no_xulG : false, show_print_button : true, show_nav_buttons : true } ); } -- 2.11.0