[open-ils-commits] r14785 - tags/rel_1_6_0_0/Open-ILS/xul/staff_client/chrome/content/main (phasefx)

svn at svn.open-ils.org svn at svn.open-ils.org
Thu Nov 5 13:14:16 EST 2009


Author: phasefx
Date: 2009-11-05 13:14:13 -0500 (Thu, 05 Nov 2009)
New Revision: 14785

Modified:
   tags/rel_1_6_0_0/Open-ILS/xul/staff_client/chrome/content/main/menu.js
Log:
enable the print button for these interfaces

Modified: tags/rel_1_6_0_0/Open-ILS/xul/staff_client/chrome/content/main/menu.js
===================================================================
--- tags/rel_1_6_0_0/Open-ILS/xul/staff_client/chrome/content/main/menu.js	2009-11-05 18:13:58 UTC (rev 14784)
+++ tags/rel_1_6_0_0/Open-ILS/xul/staff_client/chrome/content/main/menu.js	2009-11-05 18:14:13 UTC (rev 14785)
@@ -95,7 +95,7 @@
             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 @@
             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 }
             );
         }
 



More information about the open-ils-commits mailing list