From: phasefx Date: Thu, 5 Nov 2009 18:10:39 +0000 (+0000) Subject: enable the print button for these interfaces X-Git-Tag: kcls-grey-screen-prod1~3088 X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=58a7a4acec2f19065191a20b48cddc5c2da816cc;p=evergreen%2Fequinox.git enable the print button for these interfaces git-svn-id: svn://svn.open-ils.org/ILS/trunk@14782 dcc99617-32d9-48b4-a31d-7c20da2025e4 --- 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 6cbbeb0b72..6b672ccf25 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 } ); }