[open-ils-commits] r14783 - branches/rel_1_6/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:13:20 EST 2009


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

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

Modified: branches/rel_1_6/Open-ILS/xul/staff_client/chrome/content/main/menu.js
===================================================================
--- branches/rel_1_6/Open-ILS/xul/staff_client/chrome/content/main/menu.js	2009-11-05 18:10:39 UTC (rev 14782)
+++ branches/rel_1_6/Open-ILS/xul/staff_client/chrome/content/main/menu.js	2009-11-05 18:13:17 UTC (rev 14783)
@@ -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