From: phasefx Date: Thu, 5 Nov 2009 18:13:17 +0000 (+0000) Subject: enable the print button for these interfaces X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=88cf64a114970c52b5a94e67ef48e6543c6206e2;p=Evergreen.git enable the print button for these interfaces git-svn-id: svn://svn.open-ils.org/ILS/branches/rel_1_6@14783 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 9ad62d96a8..4663f32726 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 } ); }