enable the print button for these interfaces
authorphasefx <phasefx@dcc99617-32d9-48b4-a31d-7c20da2025e4>
Thu, 5 Nov 2009 18:13:17 +0000 (18:13 +0000)
committerphasefx <phasefx@dcc99617-32d9-48b4-a31d-7c20da2025e4>
Thu, 5 Nov 2009 18:13:17 +0000 (18:13 +0000)
git-svn-id: svn://svn.open-ils.org/ILS/branches/rel_1_6@14783 dcc99617-32d9-48b4-a31d-7c20da2025e4

Open-ILS/xul/staff_client/chrome/content/main/menu.js

index 9ad62d9..4663f32 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 }
             );
         }