enable the print button for these interfaces
authorphasefx <phasefx@dcc99617-32d9-48b4-a31d-7c20da2025e4>
Thu, 5 Nov 2009 18:10:39 +0000 (18:10 +0000)
committerphasefx <phasefx@dcc99617-32d9-48b4-a31d-7c20da2025e4>
Thu, 5 Nov 2009 18:10:39 +0000 (18:10 +0000)
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

index 6cbbeb0..6b672cc 100644 (file)
@@ -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 }
             );
         }